remove(Maven Verify) Remove integration and unit test since its not working
This commit is contained in:
parent
069133fd92
commit
33b5e8c2d8
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user