chore(gitlab-ci): try to rehash after installing npm
This commit is contained in:
parent
f989796a71
commit
9cd1ef4b77
@ -34,6 +34,7 @@ npm install:
|
||||
- npm install -g n
|
||||
- n stable
|
||||
- npm install -g npm
|
||||
- hash -r
|
||||
artifacts:
|
||||
paths:
|
||||
- node_modules/
|
||||
@ -118,6 +119,8 @@ frontend:test:
|
||||
- apt-get update -y
|
||||
- npm install -g n
|
||||
- n stable
|
||||
- npm install -g npm
|
||||
- hash -r
|
||||
- apt-get install -y --no-install-recommends chromium-browser
|
||||
dependencies:
|
||||
- npm install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user