stages: - build rust-latest: stage: build script: - rm .cargo/config - cargo build --verbose - cargo test --verbose