kind: pipeline type: docker name: default steps: - name: build image: python:3.11 commands: - pip install -r requirements.txt - python your_script.py