From 9cd1ef4b77ca8c8bd9e0cb59d0b23b864fda6f1e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Nov 2019 16:52:10 +0100 Subject: [PATCH] chore(gitlab-ci): try to rehash after installing npm --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 910dfdda2..4f3b28f2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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