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