From 3aabeed65f6b68dccc52c13cf645dd6e239e9a15 Mon Sep 17 00:00:00 2001 From: Milan Harindu Date: Wed, 3 Oct 2018 03:25:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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