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