From 8524bb2e891a57b00c2d925951bb98a098e04518 Mon Sep 17 00:00:00 2001 From: Ceren Ugurlu Date: Sun, 17 Mar 2019 19:13:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b47383..affd65e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,16 +26,6 @@ build: - .gradle test: - stage: test - script: gradle test - cache: - key: "$CI_COMMIT_REF_NAME" - policy: pull - paths: - - build - - .gradle - -checkstyle: stage: test script: gradle check cache: @@ -44,4 +34,4 @@ checkstyle: paths: - build - .gradle - +