From 153d4bbf9a6768f1c85739fb0207d33fcb348c49 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 13 Jul 2023 12:02:02 +0200 Subject: [PATCH] Add docker service to CI Enables CI to actually build docker images --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be7f4fe..c4522ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: "domaindrivenarchitecture/devops-build:latest" +services: + - docker:dind + before_script: - python --version - python -m pip install --upgrade pip