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
stage: test
before_script:
- npm install
- npm install --force
script:
- npm run test-ci
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/