From 47a14ca460f03916d84426f17d20a486141bd29f Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Tue, 4 Jun 2019 09:28:40 +0200 Subject: [PATCH] (chore) configure cache --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92d0e27..0021193 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: maven:latest variables: - MAVEN_CLI_OPTS: " --batch-mode -Dmaven.repo.local=repository -Dfile.encoding=UTF-8" + MAVEN_CLI_OPTS: " --batch-mode -Dmaven.repo.local=/cache/repository -Dfile.encoding=UTF-8" cache: paths: