diff --git a/ci/test.py b/ci/test.py
index 41796638ca0e7dade5317cc9790c26323e748c3a..01e9e2a56dfe4dd50e090abfbc93d6a0ba1f3c2a 100755
--- a/ci/test.py
+++ b/ci/test.py
@@ -54,7 +54,7 @@ if __name__ == "__main__":
                 "-m",
                 "pytest",
                 "--junitxml=report.xml",
-                "--cov" + str(Path("src").resolve()),
+                "--cov " + str(Path("src").resolve()),
                 "--cov-report xml",
             ]
         )