kind: pipeline type: docker name: default steps: - name: test image: python:3-alpine commands: - python3 -m unittest