diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d06b766409c49983dabfd0032375503d0e64f07..c569b2e8c54b2faed9b2929064cbf74beb21d0d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: stage: build script: - echo "We are building your project, $GITLAB_USER_LOGIN" - - ./mvnw clean install -Dmaven.test.skip=true $MAVEN_CLI_OPTS + - ./mvn clean install -Dmaven.test.skip=true $MAVEN_CLI_OPTS artifacts: expire_in: 10 min paths: @@ -30,7 +30,7 @@ test: stage: test script: - echo "We are testing your project build, $GITLAB_USER_LOGIN" - - ./mvnw test $MAVEN_CLI_OPTS + - ./mvn test $MAVEN_CLI_OPTS artifacts: expire_in: 10 min paths: