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