diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f25399c48..a717fbb32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,9 @@ frontend:test: needs: - npm install before_script: - - *npm + - apt-get update + - npm install -g n + - n stable - apt-get install -y --no-install-recommends chromium-browser dependencies: - npm install \ No newline at end of file