kind: pipeline type: docker name: backend steps: - name: test image: python:3.11-buster commands: - pip install . - pytest -v -log_cli=True --log-cli-level=INFO tests