gilde-ci-cd/templates/java/maven/maven-verify.gitlab-ci.yml
Marcel Feix 75799e32fc
Docs(*): Translate everything to english
Correction of some paths
2022-07-08 09:55:42 +02:00

14 lines
281 B
YAML

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