stages: - test test: image: python:3.11 stage: test script: - pip install -e .[dev] - pytest -q