diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d566c4166d5d1a2c6aaeb528088fa96b5e18ff37..728d63bc90c493206ffc9aeeb94ee21807de91d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,7 @@ build_buster:
     - apt install -y python3-stdeb python-all
     - ./build.sh
     - mkdir -p build/
-    - mv deb_dist/python3-lustmolch*.deb build/
-    - mv deb_dist/lustmolch*.changes build/
-    - mv deb_dist/lustmolch*.tar.gz build/
-    - mv deb_dist/lustmolch*.dsc build/
-    - mv deb_dist/lustmolch*.buildinfo build/
+    - mv deb_dist/* build/
 
   # The files which are to be made available in GitLab
   artifacts: