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