From a74b5d58e8d66e7118d5724c27d1876382218976 Mon Sep 17 00:00:00 2001 From: wunderfisch Date: Tue, 6 Feb 2024 21:23:48 +0100 Subject: [PATCH] get back npm install in gitlab-ci.yml I believe we actually need this and that line 11 installs that certain npm version while this line installs everything else we need. Without pipeline crashes. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 102531a..f4ce2d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ cache: test_async: script: - npm install npm@7.0.1 -g + - npm install - npm test variables: