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