kind: pipeline name: python-3-11-alpine-3-18 clone: skip_verify: true steps: - name: build image: alpine:3.18 pull: always commands: - tests/run-ci-tests