diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2dc91ecaacb4d5f736fe2b06bc380e5f88401e7d..1b53248146317f682a18c4cc93f47ebb4963dcf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,3 +12,9 @@ test:
     - cargo fmt -- --check
     - cargo clippy --all-targets --all-features -- -D warnings
     - cargo test
+build:
+  script:
+    - cargo deb
+  artifacts:
+    paths:
+      - target/debian/*.deb
\ No newline at end of file