diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad4bf36..22d8572 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ test: - 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/aaredb # Change to the project root - - #pytest --cov=app --cov-report=xml # Run tests and generate coverage report +#pytest --cov=app --cov-report=xml # Run tests and generate coverage report lint: stage: test