diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 720160e4cabf5d8b740dc4286f0a81e9da4b3141..532cc46f9bee34b631fa981db011f008bed9bac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test: - source $VIRTUAL_ENV/bin/activate - pip install -r requirements.txt - export PYTHONPATH=$PYTHONPATH:/home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb/backend - - cd /home/gitlab-runner/builds/t3_38ooWt/0/mx/heidi-v2 # Change to the project root + - cd /home/gitlab-runner/builds/t3_38ooWt/0/mx/aaredb # Change to the project root - pytest --cov=app --cov-report=xml # Run tests and generate coverage report lint: