From be29a30c79f33193b6b7752df3b56147028aaef3 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sat, 6 Jan 2024 17:25:04 +0100 Subject: [PATCH] Update .gitlab-ci.yml start docker for windows --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6924bfdd..86ad763c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ build_windows: - shared-windows - windows - windows-1809 + before_script: + - Start-Service -Name "docker" stage: build script: - docker build -t ${CI_REGISTRY}/${CI_PROJECT_PATH}:${CI_COMMIT_REF_SLUG}-windows -f Dockerfile.windows .