force install in ci
This commit is contained in:
@@ -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\.]+)/
|
||||
|
||||
Reference in New Issue
Block a user