diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65ed601393c1ffd4a6ade5291d3a8f0a3101f37a..ad712c167519f52e7a106836b595ad002ffc3fb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.tugraz.at/dbp/apps/signature/main:v3
+image: registry.gitlab.tugraz.at/dbp/topics/signature/main:v1
 
 cache:
   key: $CI_PROJECT_PATH
diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md
index 2cd6fcffb77e2b0115e25e5eee6796f1269f57ca..6c0de8365d6a8326cfffb60669a1464144fb55e4 100644
--- a/.gitlab-ci/README.md
+++ b/.gitlab-ci/README.md
@@ -1,4 +1,4 @@
 * In case of an incompatible change increase the tag version number in build.sh
 * ./build.sh
 * (first time) sudo docker login registry.gitlab.tugraz.at
-* sudo docker push registry.gitlab.tugraz.at/dbp/apps/signature/main:v1
\ No newline at end of file
+* sudo docker push registry.gitlab.tugraz.at/dbp/topics/signature/main:v1
\ No newline at end of file
diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/build.sh
index c742ab88934f702d181f7941cae689efc82fc30c..93a13bbcca701176fba9104a78c9c51e1435c1ee 100755
--- a/.gitlab-ci/build.sh
+++ b/.gitlab-ci/build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 set -e
-TAG="registry.gitlab.tugraz.at/dbp/apps/signature/main:v3"
+TAG="registry.gitlab.tugraz.at/dbp/topics/signature/main:v1"
 sudo docker build --tag "${TAG}" --file "Dockerfile" .
 sudo docker run --rm --security-opt label=disable \
     --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
diff --git a/README.md b/README.md
index 3e34892fd6f8230a65a1c0dc131f933f06a437b9..64a65e85d40420ab9c054d28d430a61ed4e56a40 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 # Digital Signing Application
 
-[GitLab Repository](https://gitlab.tugraz.at/dbp/apps/signature)
+[GitLab Repository](https://gitlab.tugraz.at/dbp/topics/signature)
 
 ## Local development
 
 ```bash
 # get the source
-git clone git@gitlab.tugraz.at:dbp/apps/signature.git
+git clone git@gitlab.tugraz.at:dbp/topics/signature.git
 cd signature
 git submodule update --init
 
diff --git a/package.json b/package.json
index 43f240c414539c26d3374ca839dc6dec0171a26d..ddfe6751992de69da1f4fe87c1a43b84cb9cd40e 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
   "license": "LGPL-2.1-or-later",
   "repository": {
     "type": "git",
-    "url": "https://gitlab.tugraz.at/dbp/apps/signature.git"
+    "url": "https://gitlab.tugraz.at/dbp/topics/signature.git"
   },
   "private": true,
   "workspaces": [