From 327fec6adca41e5679dddbef133522227d28c227 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 13 Jan 2026 16:34:36 +0100 Subject: [PATCH] feat : try fix ci --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a09794..438214c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,14 @@ test: DB_DATABASE: ":memory:" before_script: + - apt-get update && apt-get install -y libicu-dev + - 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