stages: - build stable: stage: build image: rust:latest script: - cargo build --verbose - cargo test --verbose