From 232ace0ab44911d67b11fbc81dae56e228a70b87 Mon Sep 17 00:00:00 2001
From: Christian Weber <c.weber@cern.ch>
Date: Sat, 3 Sep 2022 07:06:03 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d2bb0c..8ca2582 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,4 +4,4 @@ build_image:
     - docker push gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container_test
 
   tags:
-    - docker-image-build
+    - docker-image-build # we need a ci runner that has the special docker image building ability
-- 
GitLab