get back npm install in gitlab-ci.yml I believe we actually need this and that line 11 installs that certain npm version while this line installs everything else we need. Without pipeline crashes.
This commit is contained in:
@@ -9,6 +9,7 @@ cache:
|
||||
test_async:
|
||||
script:
|
||||
- npm install npm@7.0.1 -g
|
||||
- npm install
|
||||
- npm test
|
||||
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user