From bb5c555f919dfd3d603a811604b721a955821dac Mon Sep 17 00:00:00 2001 From: Udai Singh <udai.singh@desy.de> Date: Tue, 14 May 2024 10:31:57 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 842933a..829453c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ stages: # List of stages for jobs, and their order of execution - build - test - deploy +image: docker build-job: # This job runs in the build stage, which runs first. stage: build -- GitLab