From bb5f40c93a62415180dc51db383b6221c709b502 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 11 May 2021 19:48:38 +0200 Subject: [PATCH] use npm update instead of npm install --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7efbeb..3ca48df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build_be: lint_fe: script: - cd ./frontend - - npm install + - npm update - ng lint extends: - .lint @@ -78,6 +78,7 @@ lint_fe: test_fe: script: - cd ./frontend + - npm update - ng test extends: - .test