From dcce0768ed4910e43aa15e0c7636125c6898d95d Mon Sep 17 00:00:00 2001
From: Piotr Gawron <p.gawron@atcomp.pl>
Date: Thu, 4 Jan 2024 13:20:42 +0100
Subject: [PATCH] disable cache

---
 .gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 150f9aaa53..7490528c9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,9 @@ stages:
   - packaging
   - test
 
-cache:
-  paths:
-    - maven.repository/
+    #cache:
+    #  paths:
+    #    - maven.repository/
 
 variables:
   POSTGRES_DB: map_viewer
@@ -23,6 +23,7 @@ before_script:
   - touch /etc/apt/apt.conf.d/99verify-peer.conf && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
 
 test:frontend:
+  cache: []
   stage: test
   coverage: '/Statements[:\ ]+(\d+.\d+)\%/'
   script:
-- 
GitLab