From b73207724e62705f88cb7e9a4be528f5328c6402 Mon Sep 17 00:00:00 2001 From: Udai Singh <udai.singh@desy.de> Date: Tue, 14 May 2024 10:41:11 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8832844..794b980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,12 @@ # https://docs.gitlab.com/ee/development/cicd/templates.html # This specific template is located at: # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml - +default: + image: docker:24.0.5 + services: + - docker:24.0.5-dind + before_script: + - docker info stages: # List of stages for jobs, and their order of execution - build - test -- GitLab