Files
klang/.gitlab-ci.yml
2019-12-17 17:36:15 +01:00

17 lines
163 B
YAML

image: maven:latest
build:
stage: build
tags:
- docker
script:
- make build
test:
stage: test
tags:
- docker
script:
- make runTest