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

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26d3869..d85b5fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 build_image:
   script:
-    - buildah build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container .
-    #- docker run my-docker-image /script/to/run/tests
\ No newline at end of file
+    - docker build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container .
+
+  tags:
+    - docker-image-build
-- 
GitLab