From 8de2be31dfb28d8c73b10cca87310fc2c6a2585d Mon Sep 17 00:00:00 2001 From: Philip Makedonski <makedonski@cs.uni-goettingen.de> Date: Thu, 22 Feb 2024 19:40:47 +0100 Subject: [PATCH] * try again.. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 049e77c0..e58ea2ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,8 +152,9 @@ build-job: # This job runs in the build stage, which runs first. # - apt-cache gencaches # - apt install -y zip unzip # - zip --help - # - echo "Cleaning caches" - # - rm -rf $CI_PROJECT_DIR/.m2/* + - echo "Cleaning caches" + - rm -rf $CI_PROJECT_DIR/.m2/* + - rm -rf ~/.m2/* # - ls $CI_PROJECT_DIR/.m2/repository - echo "Compiling the code..." - top -b -n 1 -e m -- GitLab