From 0a438f46f10454545c07be147fe4521be809c94d Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 13 Oct 2020 11:59:05 +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 bc68f38..6151cf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ Compile: stage: compiling script: - apt update - - apt install -y npm + - DEBIAN_FRONTEND="noninteractive" 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