diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc9d32b308a963440d0129ca5c5807510c069581..859220eec85b0bfa5c7837f19bebebdf36d81363 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 include:
-  - project: 'infra/packages/docker-images'
+  - project: 'infra/packages/ci-utils'
     ref: main
     file: 'shared-ci.yml'
   - local: 'gitlabci-version.yml'
@@ -59,7 +59,7 @@ autoupdate:
   extends: .package
   image: registry.git.cccv.de/infra/packages/docker-images/bullseye
   script:
-  - wget https://git.cccv.de/infra/packages/docker-images/-/raw/main/create_debian-changelog-from-git.py
+  - wget https://git.cccv.de/infra/packages/ci-utils/-/raw/main/create_debian-changelog-from-git.py
   - chmod 555 create_debian-changelog-from-git.py
   - ./create_debian-changelog-from-git.py ${PACKAGE_NAME} > debian/changelog
   - ls -lahtr