kind: pipeline type: docker name: default steps: - name: test image: FROM rust:alpine commands: - cargo test