Run phpunit in the right directory

This commit is contained in:
Mike Koch 2017-06-25 20:14:05 -04:00
parent 277c1b5359
commit 46b3a54369

View File

@ -17,6 +17,7 @@ before_script:
test: test:
stage: test stage: test
script: script:
- cd Tests
- phpunit - phpunit
deploy: deploy: