From 7f8e8c789e67240ef14ce90a73824b1f92502ac9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 8 Nov 2019 10:00:45 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb03b1b2d..f25399c48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ frontend:test: script: - npm run frontend:test needs: - - frontend:build + - npm install before_script: - *npm - apt-get install -y --no-install-recommends chromium-browser