diff --git a/.jenkins/bin/tests/phpunit.sh b/.jenkins/bin/tests/phpunit.sh index e68f1bd2e..d22439ffc 100755 --- a/.jenkins/bin/tests/phpunit.sh +++ b/.jenkins/bin/tests/phpunit.sh @@ -2,5 +2,6 @@ set -x +cd test -php test/vendor/bin/phpunit test/ --log-junit var/test/phpunit-log.junit.xml --teamcity \ No newline at end of file +php vendor/bin/phpunit --log-junit var/test/phpunit-log.junit.xml --teamcity \ No newline at end of file