Corrected test error

This commit is contained in:
2019-04-17 01:43:19 +02:00
parent 0a724f9dc6
commit 51aba20c00
2 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ build:
phpmd:
stage: test
script:
- composer run phpmd
- php composer.phar run phpmd
phpcs:
stage: test
script:
- php composer.phar run phpcs
- php composer.phar run phpunit
- vendor/bin/codacycoverage clover tmp/code-coverage.xml