diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ba4d10..ad303c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,13 @@ rust-latest: stage: build image: rust:latest script: - - cargo build --verbose - - cargo test --verbose + - cargo build + - cargo test tags: - local + artifacts: + paths: + - target/debug/telegram-leetbot + name: "leetbot-debug" + expose_as: "leetbot"