Fixed .gitlab-ci.yml

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 10:06:15 +02:00
parent 92166b921e
commit d01570a451
1 changed files with 2 additions and 2 deletions

View File

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