From 67148e24371df090c4347009f1fbd322a6eee8a0 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Mon, 19 Jul 2021 12:17:51 +0000 Subject: [PATCH] fix(Maven verify) Compile test bevor execute them --- 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 9ba5b19..64490d1 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 surefire:test + - mvn $MAVEN_CLI_OPTS compiler:testCompile surefire:test artifacts: expire_in: 2 weeks reports: @@ -25,7 +25,7 @@ image: $MAVEN_IMAGE stage: test script: - - mvn $MAVEN_CLI_OPTS failsafe:integration-test + - mvn $MAVEN_CLI_OPTS compiler:testCompile failsafe:integration-test artifacts: expire_in: 2 weeks reports: