kind: pipeline name: default steps: - name: test image: python commands: - pip install -r requirements.txt - pytest trigger: event: - push