From bf90a38d1536e59d1a0004846653a3e0e155486f Mon Sep 17 00:00:00 2001 From: lasanthaDLPDS Date: Fri, 24 May 2019 06:03:05 +0530 Subject: [PATCH] Update gitlab-ci --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b64d2455..325b874f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: maven:latest - variables: MAVEN_CLI_OPTS: "--batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" @@ -12,7 +10,6 @@ cache: build: stage: build script: - - 'mvn $MAVEN_CLI_OPTS test-compile' - mvn $MAVEN_CLI_OPTS clean install tags: - - OracleJDK1.8 + - OracleJDK1.8 \ No newline at end of file