From d7f57608c60b50f6a97412d4a305f1f3c33121b7 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Tue, 24 Oct 2023 07:40:32 +0200
Subject: [PATCH] forgot etp version of herwig

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9989d34..09e4d80 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ build_and_push:
   image: docker:latest
   script:
     - |
-      export IMAGES=( "basis" "tp" "python311"  "basis_jupytermachine" ) #"tp_herwig" "tp_geant" "cuda_basis"
+      export IMAGES=( "basis" "tp" "python311"  "basis_jupytermachine" "tp_herwig") # "tp_geant" "cuda_basis"
       docker login -u jeppelt -p $DOCKER_TOKEN;
       for image in "${IMAGES[@]}"; do
         echo "$image";
-- 
GitLab