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