diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml
index 2f517be839312e601edff48ae0c156de309c403b..2210b3cb3a50837944562e1b0815d53deb3d7efc 100644
--- a/dockers/docker-compose.yaml
+++ b/dockers/docker-compose.yaml
@@ -44,7 +44,7 @@ x-airflow-common:
   # In order to add custom dependencies or upgrade provider packages you can use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
   # and uncomment the "build" line below, Then run `docker-compose build` to build the images.
-  image: ${AIRFLOW_IMAGE_NAME:-$CI_REGISTRY_IMAGE/eflows-airflow:latest}
+  image: ${AIRFLOW_IMAGE_NAME:-registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow}
   # build: .
   environment:
     &airflow-common-env