From 982bb6e97aaf92b878aafe217c04c4d427a93cfc Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 19 Jan 2024 20:39:53 +0100
Subject: [PATCH] remove cache

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c97e428c..97eb24f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,9 +28,6 @@ cache:
   - key: node_modules
     paths: 
       - node_modules/
-  - key: static-files
-    paths:
-      - .output/public
 
 
 stages:
-- 
GitLab