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