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