diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37509732..55039f29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,9 @@ build_job: script: - df -h - apt-get update && apt-get install -y unzip - - apt-get install software-properties-common + - apt-get install -y software-properties-common - add-apt-repository ppa:ondrej/php - - apt install php7.4 + - apt install -y php7.4 - apt update - apt-get install -y php7.4-xml - curl -sS https://getcomposer.org/installer | php