From 069133fd9210d8a71ec8f46dadfb438d14a8d008 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Mon, 19 Jul 2021 12:50:14 +0000 Subject: [PATCH] revert(Maven Verify) Do not Compile test in maven test does not work --- maven-verify-template.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-verify-template.gitlab-ci.yml b/maven-verify-template.gitlab-ci.yml index 64490d1..9ba5b19 100644 --- a/maven-verify-template.gitlab-ci.yml +++ b/maven-verify-template.gitlab-ci.yml @@ -14,7 +14,7 @@ image: $MAVEN_IMAGE stage: test script: - - mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test + - mvn $MAVEN_CLI_OPTS surefire:test artifacts: expire_in: 2 weeks reports: @@ -25,7 +25,7 @@ image: $MAVEN_IMAGE stage: test script: - - mvn $MAVEN_CLI_OPTS compiler:testCompile failsafe:integration-test + - mvn $MAVEN_CLI_OPTS failsafe:integration-test artifacts: expire_in: 2 weeks reports: