solatium/.gitlab-ci.yml
2019-09-03 12:48:20 +02:00

11 lines
139 B
YAML

image: maven:3.6.0-jdk-8
stages:
- test
test:
stage: test
script:
- "mvn clean test"
- "cat target/site/jacoco/index.html"