diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e93af473..3e05c1db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,4 @@ cache: build: stage: build script: - - 'mvn $MAVEN_CLI_OPTS test-compile' \ No newline at end of file + - 'mvn $MAVEN_CLI_OPTS clean install' \ No newline at end of file