diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f57fb5f6d6c33e5e3a3dfa0ce1b38025bdd1a847..627cb02594d7b828003ec3c0558d33eed117c565 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ cache: # Test with PHP7.4 test:php74: stage: test - image: cylab/php74 + image: cylab/php:7.4 before_script: # Install all project dependencies - COMPOSER_CACHE_DIR=./composer-cache composer install