diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a9d444b..c27bc1e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
# - name: Install dependencies
# run: composer install --prefer-dist
- name: Run tests with phpunit
- run: php ./phpunit
+ run: phpunit tests
# - name: Setup composer
diff --git a/phpunit.xml b/phpunit.xml
index 7aa2ef4..6841e44 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -15,9 +15,10 @@
tests/Pecee/SimpleRouter/
-
-
+
+
src
-
-
+
+