From ac91ae205b2bbfa6d5d07578a645b0928965182c Mon Sep 17 00:00:00 2001 From: Christian Weber <c.weber@cern.ch> Date: Sat, 3 Sep 2022 06:25:25 +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 eb30fe1..26d3869 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ build_image: script: - - docker buildah -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container . + - 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 -- GitLab