chore(gitlab-ci): try to rehash after installing npm

This commit is contained in:
Gregor Kleen 2019-11-11 16:52:10 +01:00
parent f989796a71
commit 9cd1ef4b77

View File

@ -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