diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8705a04cfcb289bbed35204350f9972b6a4945df..dd941f70c7b4d634bc1581dca7aedb9b5672c5da 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,5 +5,6 @@ jobs:
     name: Tests
     runs-on: ubuntu-latest
     steps:
+        - run: cd ..
         - run: pip3 install -e . --no-deps
         - run: pytest-3
\ No newline at end of file