From 65cd6aae3ca9d6c2cd78a36b76f794b67ce8972d Mon Sep 17 00:00:00 2001 From: Martin Maina Kiragu Date: Mon, 13 Feb 2023 01:33:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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