diff --git a/.drone.yml b/.drone.yml index ec23991..469c98e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,4 @@ steps: - name: test image: php:7 commands: - - vendor/bin/phpunit --configuration config.xml \ No newline at end of file + - vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file