Fixed .gitlab-ci.yml
This commit is contained in:
parent
8dc9b50d38
commit
6b7bf70ec1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue