From 97bac45612376901bb304772ec3345d1b414ad80 Mon Sep 17 00:00:00 2001 From: Martin Maina Kiragu Date: Mon, 13 Feb 2023 02:03:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3868d06..48082071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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