From 4d15e579c0883029fb4e5e6135afeb5682d5cc3c Mon Sep 17 00:00:00 2001
From: Felip Manyer i Ballester <git@res-telae.cat>
Date: Fri, 6 May 2022 21:08:04 +0200
Subject: [PATCH] Fixed CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d18f76..f0e91c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ unit_test:
   stage: test
   script:
     - apk update
-    - apk add bash curl php7 php7-json php7-phar php7-mbstring php7-openssl
+    - apk add bash curl php7 php7-json php7-phar php7-mbstring php7-openssl php7-dom
     - curl -s https://getcomposer.org/installer | php
     - alias composer='php composer.phar'
     - composer install
-- 
GitLab