default: image: rust:alpine compile: stage: build script: - cargo check - cargo build tests: stage: test script: - cargo test