From ca5fec677663846f3eaf848bc8023af17f806312 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 3 Dec 2020 11:14:11 +0100 Subject: [PATCH] further work on CI: compile stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 364dd2b..3b2171f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ compiling: stage: compiling script: - apt update - - DEBIAN_FRONTEND="noninteractive" apt install -y php + - DEBIAN_FRONTEND="noninteractive" apt install -y php gettext - npm install - make build-js - make translations