From 24ce64d3772c62b9669c9b72b71ea6c653fb97b8 Mon Sep 17 00:00:00 2001
From: Christopher Krawietz <krawietz@new-communication.de>
Date: Thu, 3 Jun 2021 14:05:24 +0200
Subject: [PATCH] =?UTF-8?q?[TASK]=20=E2=80=94=20added=20caching=20again?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 135e883..23785d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,9 +15,9 @@ linting:
 deploy:
   stage: deploy
   image: node:lts
-#  cache:
-#    paths:
-#      - node_modules/
+  cache:
+    paths:
+      - node_modules/
   script:
     - yarn cache clean
     - yarn install
-- 
GitLab