kind: pipeline name: default steps: - name: test image: docker/compose:1.23.2 commands: - make init - make up - make test