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