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