Fixed .gitlab-ci.yml
This commit is contained in:
parent
92166b921e
commit
d01570a451
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
image: php:7.0
|
image: php:7.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get install phpunit
|
- wget https://phar.phpunit.de/phpunit.phar
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- phpunit tests/
|
- php phpunit.phar tests/
|
||||||
|
|
Reference in a new issue