--- pipeline: build: image: python:3.10 commands: - pip install -r requirements.txt - ./build.py