From bdbd0a9c8bc386446acdd800e69ee91fddcc2b4d Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 3 Dec 2020 11:09:19 +0100 Subject: [PATCH] further work on CI: compile stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d511337..364dd2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ image: node:latest compiling: stage: compiling script: + - apt update + - DEBIAN_FRONTEND="noninteractive" apt install -y php - npm install - make build-js - make translations