diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 653099553669da678bdf9a7d88f435850bdd2e10..8b207053cd7f7d2b02b41a6d8249319725f8bd6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -138,7 +138,7 @@ test:9-parallel-release-gcc:
 package:9-debug-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis*.deb
@@ -148,7 +148,7 @@ package:9-debug-gcc:
 package:9-release-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis/amdis*.deb
@@ -158,7 +158,7 @@ package:9-release-gcc:
 package:9-parallel-debug-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis-par-dbg*.deb
@@ -168,7 +168,7 @@ package:9-parallel-debug-gcc:
 package:9-parallel-release-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis-par*.deb