revert(Maven Build) Revert Compile test does not work

This commit is contained in:
Marcel Feix 2021-07-19 12:16:52 +00:00
parent 5bb66a1647
commit 22b574dc95

View File

@ -2,7 +2,7 @@
stage: build stage: build
image: $MAVEN_IMAGE image: $MAVEN_IMAGE
script: script:
- mvn $MAVEN_CLI_OPTS package compiler:testCompile -DskipTests - mvn $MAVEN_CLI_OPTS package -DskipTests
artifacts: artifacts:
expire_in: 2 weeks expire_in: 2 weeks
when: always when: always