Update .gitlab-ci.yml file

This commit is contained in:
Martin Maina Kiragu
2023-02-13 01:33:05 +00:00
parent eba2a30024
commit 65cd6aae3c
+2 -2
View File
@@ -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