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