pytest: stage: test script: - cd /builds/u5500327/wmgzon - python -m venv .venv - source ./.venv/Scripts/activate - pip install -r requirements.txt - pytest