diff --git a/fsmpi-ansible/Dockerfile b/fsmpi-ansible/Dockerfile
index 053d3626f26dd90aa4ad01f10ad6505992e9ca3f..591a7ef126263ab1a8689e0d99e2f5dbd79b4f8b 100644
--- a/fsmpi-ansible/Dockerfile
+++ b/fsmpi-ansible/Dockerfile
@@ -1,3 +1,3 @@
 ARG DEBIAN_RELEASE=buster
-FROM fsmpi-python:buster
+FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster
 RUN apt-get update && apt-get install -y python3-cffi python3-ply ansible yamllint && rm -rf /var/lib/apt/lists/*
diff --git a/fsmpi-packages/Dockerfile b/fsmpi-packages/Dockerfile
index d3040698a03d6709e69994883d00906d3e6cefe4..964b9e9d7eaf2e3a4304cf9e175a0236e59f0021 100644
--- a/fsmpi-packages/Dockerfile
+++ b/fsmpi-packages/Dockerfile
@@ -1,3 +1,3 @@
 ARG DEBIAN_RELEASE=stretch
-FROM fsmpi-base:${DEBIAN_RELEASE}
+FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE}
 RUN apt-get update && apt-get install -y build-essential dpkg-dev quilt devscripts git curl && rm -rf /var/lib/apt/lists/*
diff --git a/fsmpi-python/Dockerfile b/fsmpi-python/Dockerfile
index f293f64ac4b133d4318ed393837a564f290e664e..04e0fd35896cb74ae2ac8ad122c28cf66249a22a 100644
--- a/fsmpi-python/Dockerfile
+++ b/fsmpi-python/Dockerfile
@@ -1,3 +1,3 @@
 ARG DEBIAN_RELEASE=stretch
-FROM fsmpi-base:${DEBIAN_RELEASE}
+FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-base:${DEBIAN_RELEASE}
 RUN apt-get update && apt-get install -y python3 python3-pip python3-venv flake8 curl && rm -rf /var/lib/apt/lists/*