From b1a2247bc27a8a59f8df80d22dbed4feb020f1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 21 Mar 2022 13:33:56 +0100 Subject: [PATCH] added CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b034103..4da1afe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test verify-7.4: - image: grifart/php7.4-with-all-modules-and-various-tools + image: grifart/php7.4-with-gulp-and-all-php-modules stage: test interruptible: true -- GitLab