diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19673c7441ec23486250f219d5509aa455917ea0..35b2245f67c638361c0feb45bfbbf2b1c594466c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ services:
 test:
   tags: [docker]
   stage: test
-  image: registry.indiscale.com/caosdb-run-base
+  image: $CI_REGISTRY_INDISCALE/caosdb/src/caosdb-deploy/caosdb-run-base:latest
   script:
       - if [[ "$CAOSDB_TAG" == "" ]]; then
             CAOSDB_TAG=dev-latest;