diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0390ec83ac7957f2303dfce8a8469daa81601da..c1f58ffa37df77fc978f43cd4d0a39a3ef45aa9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ artifacts:
 
     - mkdir -p target/release
     - cp result/bin/conduit target/release
-    - direnv exec . cargo deb --no-build
+    - direnv exec . cargo deb --no-build --no-strip
     - mv target/debian/*.deb x86_64-unknown-linux-musl.deb
 
     # Since the OCI image package is based on the binary package, this has the