diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 883284495907dd45ca3d4322b68a916bd238ade8..794b9802d46b68b7343d2abf73ab7799a7e7bbc4 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