From 259b32c46c36020d09a3eebbb8c2d72ad966139a Mon Sep 17 00:00:00 2001 From: Christian Weber <c.weber@cern.ch> Date: Sat, 3 Sep 2022 06:43:37 +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 d85b5fb..51864bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ build_image: script: - - docker build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container . + - docker build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container . tags: - docker-image-build -- GitLab