From 8b58bdb2898c4bf2ec6b054ab4e8918a4012a071 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 20 Aug 2018 12:05:06 +0100 Subject: [PATCH] Remove stop command, use cache path. --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0f155268..33eb9c669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,10 @@ test: cache: paths: - - .gradle/wrapper - - .gradle/caches + - $GRADLE_USER_HOME/wrapper + - $GRADLE_USER_HOME/caches script: - - ./gradlew --stop - ./gradlew --no-daemon animalSnifferMain animalSnifferTest after_script: