remove(Maven Verify) Remove integration and unit test since its not working

This commit is contained in:
Marcel Feix 2021-07-19 14:25:28 +00:00
parent 069133fd92
commit 33b5e8c2d8

View File

@ -10,24 +10,3 @@
- target/surefire-reports/TEST-*.xml - target/surefire-reports/TEST-*.xml
- target/failsafe-reports/TEST-*.xml - target/failsafe-reports/TEST-*.xml
.maven-unit-test:
image: $MAVEN_IMAGE
stage: test
script:
- mvn $MAVEN_CLI_OPTS surefire:test
artifacts:
expire_in: 2 weeks
reports:
junit:
- target/surefire-reports/TEST-*.xml
.maven-integration-test:
image: $MAVEN_IMAGE
stage: test
script:
- mvn $MAVEN_CLI_OPTS failsafe:integration-test
artifacts:
expire_in: 2 weeks
reports:
junit:
- target/failsafe-reports/TEST-*.xml