diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9900ba3d1f78fe428f789370858f0aa8f74812d5..a5a103079b00085a7336b9671d8da64b5ea7f3a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -249,7 +249,7 @@ report-ci-image-tag:
     - *debug_information
   script:
     - |
-      TAG_INFORMATION=$(curl https://open.greenhost.net/api/v4/projects/stackspin%2Fstackspin/registry/repositories/2/tags/${CI_COMMIT_REF_SLUG});
+      TAG_INFORMATION=$(curl https://open.greenhost.net/api/v4/projects/stackspin%2Fstackspin/registry/repositories/73/tags/${CI_COMMIT_REF_SLUG});
       echo "Tag information: ${TAG_INFORMATION}"
       if [ "$TAG_INFORMATION" == '{"message":"404 Tag Not Found"}' ]; then
         echo "CI_CONTAINER_TAG=main" > .ci.env
@@ -711,7 +711,7 @@ terminate-droplet:
     # Delete droplet
     - python3 -c "import greenhost_cloud; greenhost_cloud.terminate_droplets_by_name(\"^${CI_COMMIT_REF_SLUG}\")"
     # Delete container image if one was created
-    - "if [ \"$CI_CONTAINER_TAG\" != \"main\" ]; then curl --request DELETE --header \"PRIVATE-TOKEN: ${CLEANER_TOKEN}\" https://open.greenhost.net/api/v4/projects/stackspin%2Fstackspin/registry/repositories/2/tags/${CI_CONTAINER_TAG}; fi"
+    - "if [ \"$CI_CONTAINER_TAG\" != \"main\" ]; then curl --request DELETE --header \"PRIVATE-TOKEN: ${CLEANER_TOKEN}\" https://open.greenhost.net/api/v4/projects/stackspin%2Fstackspin/registry/repositories/73/tags/${CI_CONTAINER_TAG}; fi"
   environment:
     name: $CI_COMMIT_REF_SLUG
     action: stop