gilde-ci-cd/templates/java/maven/maven-verify.gitlab-ci.yml
2022-07-08 09:55:35 +02:00

13 lines
247 B
YAML

.maven-test:
image: $MAVEN_IMAGE
stage: verify
script:
- mvn $MAVEN_CLI_OPTS verify
artifacts:
expire_in: 2 weeks
reports:
junit:
- target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml