diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9605b79bbf5db50b040015b7d9d505e4275b69a..b2d00988edbd738ed67911fa0563f9da9af39689 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -206,7 +206,7 @@ jupyterlab:mamba:cpu:
     extends:
       - .hysop-docker-hysop
       - .lmap-cpu
-    needs: ["binder:mamba:cpu"]
+    needs: ["install:ci-cpu-intel-user"]
 
 #####################################
 ## GPU nvidia with a non root user ##
@@ -277,7 +277,7 @@ jupyterlab:mamba:gpu:
     extends:
       - .hysop-docker-hysop
       - .lmap-cpu
-    needs: ["binder:mamba:gpu"]
+    needs: ["install:ci-gpu-nvidia-user"]
 
 #
 
diff --git a/ci/docker_images/lab-mamba/Dockerfile b/ci/docker_images/lab-mamba/Dockerfile
index 3828c15bb53244fcfba6ad13242299cd2628d9db..c530ebd8e9582eabfd66aed3d5ce64d831b60519 100644
--- a/ci/docker_images/lab-mamba/Dockerfile
+++ b/ci/docker_images/lab-mamba/Dockerfile
@@ -30,8 +30,8 @@ ARG CI_PROJECT_DIR /home/hysop-user/hysop
 RUN meson $BUILD_DIR $CI_PROJECT_DIR
 RUN meson compile  -C $BUILD_DIR
 RUN meson install -C $BUILD_DIR
-RUN cd /home/hysop-user ; git clone https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git
-RUN cp -R  /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf  /home/hysop-user/hysop-doc
+#RUN cd /home/hysop-user ; git clone https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git
+#RUN cp -R  /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf  /home/hysop-user/hysop-doc
 
 FROM binderlab AS jupylab
 ENV JUPYTER_PORT=8888