diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61c6ddacd466ad5e0f14e8b0abd1fa95ad567065..cf9821fe2d0a37485024b7ebc36e452c306a7b86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ debian_stable_i386_deb:
      - echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb
@@ -32,6 +33,7 @@ debian_stable_amd64_deb:
      - echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb
@@ -52,6 +54,7 @@ ubuntu_14.04_i386_deb:
      - cd scripts
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb
@@ -72,6 +75,7 @@ ubuntu_14.04_amd64_deb:
      - cd scripts
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb
@@ -92,6 +96,7 @@ ubuntu_16.04_amd64_deb:
      - cd scripts
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb
@@ -108,6 +113,7 @@ osx_amd64_dmg:
      - cd ../scripts
      - ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - Pd*.dmg
@@ -123,6 +129,7 @@ osx_10.8_amd64_dmg:
      - cd ../scripts
      - ../packages/darwin_app/build/*.app/Contents/Resources/app.nw/bin/pd-l2ork -noprefs -nostdpath -nogui -noaudio external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - Pd*.dmg
@@ -138,6 +145,7 @@ windows_i386_installer:
     - cd ../scripts
     - ../packages/win32_inno/build/bin/pd.exe -noprefs -nostdpath -nogui -noaudio external-tests.pd
   artifacts:
+    name: "%CI_RUNNER_DESCRIPTION%"
     expire_in: 1 day
     paths:
       - Purr*.exe
@@ -154,6 +162,7 @@ debian_stable_arm_deb:
      - cd ..
      - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd
    artifacts:
+     name: "$CI_RUNNER_DESCRIPTION"
      expire_in: 1 day
      paths:
        - pd*.deb