From c66fc56a7b819a6e6083b41ee9d29c9760c08a05 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 13 Oct 2020 11:36:41 +0200 Subject: [PATCH] gitlab-ci: further tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8880c4..4be051c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ image: ubuntu:20.04 Compile: stage: compiling script: + - apt update + - apt install 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