diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aa0c5b2856a18d9a9e0f4fbea4f82f7b1e8dccde..e1a22fd33252ca683a35e55c0f0dce649e1b8ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,4 +41,5 @@ test:
   script:
     - echo $PYTHONPATH
     - python3 -m unittest tests/unit/coordinator/example_test.py
-    - python3 -m unittest tests/integration/test_deposition.py
+    - cd $CI_PROJECT_DIR/tests/integration
+    - python3 -m unittest test_deposition.py