From aa2c04f853f4783a4495552f1d40add60447d7f6 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sun, 11 Feb 2024 14:17:28 +0530 Subject: [PATCH] force install in ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff1b36a..bb53d43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ unit-test: image: node:latest stage: test before_script: - - npm install + - npm install --force script: - npm run test-ci coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/