diff --git a/README.md b/README.md
index f284c7ae3e257f3ee711812dba4c88ce414f4c5b..189909c71df33064092308d575e672784903b26e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ setup this code.
 # Further Reading
 
 Please refer to the [official gitlab repository of the CaosDB
-project](https://gitlab.gwdg.de/bmp-caosdb/caosdb) for more information.
+project](https://gitlab.com/caosdb/caosdb) for more information.
 
 # License
 
diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile
index 204aa0803e4d92d7570119b2bfd9800c670d4cf0..0bfa19e84fb1ca80c3e27e5f67dc57cf2d603b67 100644
--- a/test/docker/Dockerfile
+++ b/test/docker/Dockerfile
@@ -2,6 +2,6 @@ FROM debian:latest
 RUN apt-get update && \
 	apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \
 	curl screen xvfb unzip -y
-RUN git clone -b dev https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
+RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
     cd caosdb-pylib && pip3 install .