kind: pipeline type: docker name: default steps: - name: build image: python commands: - pip3 install --upgrade pip - pip3 install -r requirements.txt - bash test.sh