diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f593234..1a8030e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: php:7.0 before_script: - apt-get update - - apt-get install wget + - apt-get install -y wget - wget https://phar.phpunit.de/phpunit.phar stages: