@@ -33,8 +33,9 @@ unit:
stage: test
script:
+ - pwd
- php composer.phar --no-interaction --quiet install
- - php ./bin/phpunit --configuration ./phpunit.xml.dist --coverage-text --colors=never
+ - php bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never --no-interaction --do-not-cache-result
artifacts:
paths: