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