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
|
- npm install -g n
|
||||||
- n stable
|
- n stable
|
||||||
- npm install -g npm
|
- npm install -g npm
|
||||||
|
- hash -r
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
@ -118,6 +119,8 @@ frontend:test:
|
|||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- npm install -g n
|
- npm install -g n
|
||||||
- n stable
|
- n stable
|
||||||
|
- npm install -g npm
|
||||||
|
- hash -r
|
||||||
- apt-get install -y --no-install-recommends chromium-browser
|
- apt-get install -y --no-install-recommends chromium-browser
|
||||||
dependencies:
|
dependencies:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user