--- kind: pipeline steps: - name: test image: python commands: - pip install poetry - poetry install - poetry run pytest