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