diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82a6dd749ccdc1a81774cf88a53204fb22b904ec..66dac6a1cb75061afaf0f5323da497f0797220d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ before_script:
 Local Tests:
   stage: test
   script:
-    - poetry run pytest --ignore ./tests/aliby/network
+    - poetry run pytest ./tests --ignore ./tests/aliby/network
 
 # TODO Split testing in four: Network vs non-network and Unit vs integration