diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a0e546d1187d7fca681414000eef43ee7bd6bb7..3554b594d6938fef29c6fb4bafc062898a5dac02 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,15 +26,12 @@ build_buster:
     - apt update
     - apt install -y python3-stdeb python-all
     - ./build.sh
-    - ls
-    - ls deb_dist
-    - ls dist
     - mkdir -p build/
-    - mv ../deb_dist/python3-lustmolch*.deb build/
-    - mv ../deb_dist/python3-lustmolch*.changes build/
-    - mv ../deb_dist/python3-lustmolch*.tar.gz build/
-    - mv ../deb_dist/python3-lustmolch*.dsc build/
-    - mv ../deb_dist/python3-lustmolch*.buildinfo 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/
 
   # The files which are to be made available in GitLab
   artifacts: