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