diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04f9f4c5d305c9a87d968421c4fc37ec019eedb0..a4dda72439b49627328e81935ad521d98a926ca8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@
 #
 
 variables:
-   CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-pylib-testenv
+   CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-webui-testenv
    # When using dind service we need to instruct docker, to talk with the
    # daemon started inside of the service. The daemon is available with
    # a network connection instead of the default /var/run/docker.sock socket.
@@ -44,7 +44,7 @@ variables:
 services:
    - docker:dind
 
-image: $CI_REGISTRY_IMAGE:latest
+image: $CI_REGISTRY/caosdb-pylib-testenv:latest
 
 
 stages:
@@ -84,7 +84,7 @@ trigger_build:
        -F "variables[WEBUI]=$CI_COMMIT_REF_NAME"
        -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
 
-build-test:
+build-testenv:
     image: docker:latest
     stage: setup
     script: