diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b77f69263a16dc76966474a86ccd10171c9a4f6..425ea4d54244da00ddac16c474b6f8dc3a81c1f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ ubuntu_deb:
     - master
     - /^release\-.+/
   script:
-    - ./scripts/package ci_ubuntu_deb
+    - ./scripts/package ubuntu_deb
     - cat transfer.log
 
 fedora_rpm:
@@ -18,7 +18,7 @@ fedora_rpm:
     - master
     - /^release\-.+/
   script:
-    - ./scripts/package ci_fedora_rpm
+    - ./scripts/package fedora_rpm
     - cat transfer.log
 
 opensuse_rpm:
@@ -28,7 +28,7 @@ opensuse_rpm:
     - master
     - /^release\-.+/
   script:
-    - ./scripts/package ci_opensuse_rpm
+    - ./scripts/package opensuse_rpm
     - cat transfer.log
 
 archlinux_pkg:
@@ -38,5 +38,5 @@ archlinux_pkg:
     - master
     - /^release\-.+/
   script:
-    - ./scripts/package ci_archlinux_pkg
+    - ./scripts/package archlinux_pkg
     - cat transfer.log