pipeline: checkmate: group: default image: rust_full commands: - cargo checkmate build_release: group: default image: rust_full commands: - cargo build --all-features --release build_deb: group: default image: rust_full commands: - cargo deb