From 57f72b9d5ed5f943c6b86dc3aabee687dfc88eab Mon Sep 17 00:00:00 2001
From: Piotr Gawron <p.gawron@atcomp.pl>
Date: Thu, 4 Jan 2024 15:00:17 +0100
Subject: [PATCH] enable cache

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7490528c9d..150f9aaa53 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,7 +23,6 @@ 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