From 182f44dc0d8e7ddf29c27682b31429b725dbe8c7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Nov 2019 10:02:11 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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