From 65d72cf50a31a89882b10a17c4f10409a3cd92e7 Mon Sep 17 00:00:00 2001 From: Christian Weber <c.weber@cern.ch> Date: Sat, 3 Sep 2022 06:24:45 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 991fc1d..eb30fe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,4 @@ -before_script: - - docker info - build_image: script: - - docker build -t gitlab-registry.cern.ch/chweber/zx_postprocessingplotter:zx_limit_container . + - docker buildah -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