From 01086f50b3ad2a1218ec59ab6fa26657eebfa7f9 Mon Sep 17 00:00:00 2001
From: Eduard Frankford <e.frankford@student.uibk.ac.at>
Date: Sun, 29 May 2022 14:46:19 +0200
Subject: [PATCH] testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 895cf7ee4..6747c2aa7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ cache:
   key: '$CI_COMMIT_REF_NAME'
   paths:
     - .maven/
-    - node_modules/
+    - .npm/
 stages:
   # - lint
   # - build
@@ -18,6 +18,7 @@ stages:
 before_script:
   - export NG_CLI_ANALYTICS="false"
   - export MAVEN_USER_HOME=`pwd`/.maven
+  - npm ci --cache .npm --prefer-offline
 
 # pmdCheckstylePrettierLint:
 #   stage: lint
@@ -88,7 +89,7 @@ frontend-test:
   stage: test
   cache: {}
   script:
-    - npm install
+    # - npm install
     - npm test
   artifacts:
     reports:
-- 
GitLab