Files
klang/.gitlab-ci.yml
2019-12-17 17:47:48 +01:00

16 lines
197 B
YAML

build:
image: maven:latest
stage: build
tags:
- docker
script:
- mvn -U clean install
test:
image: ubuntu:latest
stage: test
tags:
- docker
script:
- make runTest