diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 97b1618369a743bd0a9d7423a005b6dc51396cff..d19049ebc5b455109d030009bd01da1dce2fc471 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ Local Tests:
   stage: tests
   script:
     # - poetry install -vv
-    - poetry run pytest ./tests --ignore ./tests/aliby/network
+    - poetry run pytest ./tests --ignore ./tests/aliby/network --ignore ./tests/aliby/pipeline
 
 Network Tools Tests:
   stage: tests