Fixed .gitlab-ci.yml

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 10:13:01 +02:00
parent 8dc9b50d38
commit 6b7bf70ec1
1 changed files with 1 additions and 1 deletions

View File

@ -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: