diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e08532eab24113f8f507aa70cc256c326e51abe..5fbc2d350dc594a74d6c2b2960ec2c6340df3a37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ debian_stable_i386_deb:
      - ./tar_em_up.sh -B
    artifacts:
      paths:
-       - ./*.deb
+       - pd*.deb
      expire_in: 1 week
 
 debian_stable_amd64_deb:
@@ -28,7 +28,7 @@ debian_stable_amd64_deb:
      - ./tar_em_up.sh -B
    artifacts:
      paths:
-       - ./*.deb
+       - pd*.deb
      expire_in: 1 week
 
 
@@ -43,7 +43,7 @@ ubuntu_14.04_i386_deb:
      - ./tar_em_up.sh -B
    artifacts:
      paths:
-       - ./*.deb
+       - pd*.deb
      expire_in: 1 week
 
 
@@ -58,7 +58,7 @@ ubuntu_14.04_amd64_deb:
      - ./tar_em_up.sh -B
    artifacts:
      paths:
-       - ./*.deb
+       - pd*.deb
      expire_in: 1 week
 
 ubuntu_16.04_amd64_deb:
@@ -72,5 +72,5 @@ ubuntu_16.04_amd64_deb:
      - ./tar_em_up.sh -B
    artifacts:
      paths:
-       - ./*.deb
+       - pd*.deb
      expire_in: 1 week