Fixed .gitlab-ci.yml
This commit is contained in:
parent
cc053c88a1
commit
8dc9b50d38
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
image: php:7.0
|
||||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install wget
|
||||
- wget https://phar.phpunit.de/phpunit.phar
|
||||
|
||||
|
|
Reference in a new issue