--- kind: pipeline name: default platform: os: linux arch: amd64 steps: - name: test image: python commands: - cd web - pip install -r test_requirements.txt - python runtests.py ...