From 254e8c6bed3d6c22fbb3828ffc04793a64004c80 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Tue, 24 Oct 2023 06:31:28 +0200
Subject: [PATCH] added herwig for jupytermachine

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78fb6a1..9989d34 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ 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 jeppelt -p $DOCKER_TOKEN
       cd basis_jupytermachine
       for image in "${IMAGES[@]}"; do
-- 
GitLab