.maven-verify: image: $MAVEN_IMAGE stage: verify before_script: - > if [ "$BACKEND_DIR" != "" ]; then cd $BACKEND_DIR fi script: - mvn $MAVEN_CLI_OPTS verify artifacts: expire_in: 2 weeks reports: junit: - "**/target/surefire-reports/TEST-*.xml" - "**/target/failsafe-reports/TEST-*.xml"