From 52fe16001b70064c3cb267f756c7521d484a787d Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 13 Oct 2020 11:39:18 +0200 Subject: [PATCH] gitlab-ci: further tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4be051c..bc68f38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ Compile: stage: compiling script: - apt update - - apt install npm + - apt install -y npm - npm install - if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then npm run build:prod ; fi - if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then npm run build:nightly ; fi