From 23ade2a80af0b9f0314784c7a8176ff7c7af7cf2 Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Wed, 3 Oct 2018 04:57:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e05c1db..a26a7131 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: # As of Maven 3.3.0 instead of this you may define these options in `.mvn/maven.config` so the same config is used # when running from the command line. # `installAtEnd` and `deployAtEnd` are only effective with recent version of the corresponding plugins. - MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version" + MAVEN_CLI_OPTS: "--batch-mode --errors --show-version" # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' @@ -18,4 +18,4 @@ cache: build: stage: build script: - - 'mvn $MAVEN_CLI_OPTS clean install' \ No newline at end of file + - 'mvn $MAVEN_CLI_OPTS test-compile'