From a61249b6c699554af90b378a67cc2e5040947b08 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Wed, 27 Jan 2021 10:26:09 +0100 Subject: [PATCH] CI: home directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28b4cb5..031bafc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,3 @@ build: script: - - mvn test + - mvn -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp test