stages: - build rust-latest: stage: build image: rust:latest script: - cargo build - cargo test tags: - local artifacts: paths: - target/debug/telegram-leetbot name: "leetbot-debug" expose_as: "leetbot"