Update .gitlab-ci.yml file

This commit is contained in:
Martin Maina Kiragu
2023-02-13 02:03:30 +00:00
parent 8048396a88
commit 97bac45612
+3 -1
View File
@@ -4,7 +4,9 @@ stages:
build_job:
stage: build
image: [node:14, php:7.4-cli]
image: node:14
services:
- name: php:7.4
script:
- apt-get update && apt-get install -y unzip
- apt-get install -y php7.4-xml