diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5892419..5166977 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ pytest: stage: test script: - cd /builds/u5500327/wmgzon - - python -m venv .venv - - source /bin/activate + # - python -m venv .venv + # - source /bin/activate - pip install -r requirements.txt - pytest \ No newline at end of file