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