diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f56c73a13d9e0b595d4af325eaba397e6d4d101..3d78a40da1b9619b6b779c8a693a7e0491690fdd 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,13 +72,13 @@ tp_herwig:
       - tp/*
       - basis/*
   allow_failure: true
-      
+
 create_jupytermachine_version:
   stage: create_jupytermachine_version
   image: docker:latest
   script:
     - |
-      IMAGES=( "basis" "tp" "python311") # "tp_herwig") #  "tp_geant" "cuda_basis"
+      IMAGES=( "basis" "tp" "python311" "tp_herwig") #  "tp_geant" "cuda_basis"
       docker login -u "$DOCKER_HUB_USER" -p $DOCKER_TOKEN
       cd basis_jupytermachine
       for image in "${IMAGES[@]}"; do