From 891227d197e158c18ac35107a0f3b014f64e6748 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:34:21 +0100
Subject: [PATCH] added CI

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4da1afe..a86e5b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 stages:
   - test
 
-verify-7.4:
+verify-php7.4:
   image: grifart/php7.4-with-gulp-and-all-php-modules
   stage: test
   interruptible: true
@@ -10,7 +10,7 @@ verify-7.4:
     - composer install
     - composer run verify
 
-verify-8.0:
+verify-php8.0:
   image: grifart/php8.0-with-all-modules-and-various-tools
   stage: test
   interruptible: true
@@ -20,7 +20,7 @@ verify-8.0:
     - composer run verify
 
 
-verify-8.1:
+verify-php8.1:
   image: grifart/php8.1-with-all-modules-and-various-tools
   stage: test
   interruptible: true
-- 
GitLab