diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 170c0c2..49244bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # Install git (the php image doesn't have it) which is required by composer apt-get update -yq - apt-get install git redis-server phpredis -y + apt-get install git redis-server -y # Install phpunit, the tool that we will use for testing curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar