From 62e3328113cd22e89d0542adc1f3ff52201a7e5c Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Mon, 22 Jan 2024 15:38:45 +0100 Subject: [PATCH] Remove double npm install --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4ce2d9..102531a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ cache: test_async: script: - npm install npm@7.0.1 -g - - npm install - npm test variables: