diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72f9c510939530c1c9cc459ca43e0549fa2e33f2..0bc54d12413d90bcbc0f19ba878519e08ffb1859 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 # run the test suite
 tests:
-    image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04
+    image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:18.04
     tags:
         - docker
     script:
@@ -9,7 +9,7 @@ tests:
 
 # generate the documentation
 doc:
-    image: registry.gitlab.lis-lab.fr:5005/dev/multimodal/ubuntu:18.04
+    image: registry.gitlab.lis-lab.fr:5005/dev/scikit-multimodallearn/ubuntu:18.04
     tags:
         - docker
     only: