From 013900a46424f8da88907c79499c11eeea8cb223 Mon Sep 17 00:00:00 2001 From: Charitha Goonetilleke Date: Sun, 17 May 2020 16:04:29 +0000 Subject: [PATCH] Remove cached objects from previous build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a738e905a..d93d765fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ cache: build: stage: build script: + - rm -rf .m2/repository/ - mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true test: