From a4e7a9be97052d1df1076d91b009613031f27e7d Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 13 Jan 2026 16:37:41 +0100 Subject: [PATCH] feat : try fix ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 438214c..5859795 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,10 @@ test: - docker-php-ext-configure intl && docker-php-ext-install intl - composer install --no-interaction --prefer-dist -script: - - php artisan test + script: + - php artisan test -rules: + rules: - when: always # 2️⃣ Build + push image