force install in ci

This commit is contained in:
Pritimay Sarkar
2024-02-11 14:17:28 +05:30
parent 47579b0796
commit aa2c04f853

View File

@@ -5,7 +5,7 @@ unit-test:
image: node:latest image: node:latest
stage: test stage: test
before_script: before_script:
- npm install - npm install --force
script: script:
- npm run test-ci - npm run test-ci
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/