Olivier Massot 7 months ago
parent
commit
62c959568f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitlab-ci.yml

+ 2 - 1
.gitlab-ci.yml

@@ -8,6 +8,7 @@ variables:
   SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
   XDEBUG_MODE: coverage
   DOCKER_BUILDKIT: 1
+  DOCKER_TLS_CERTDIR: "/certs"
 
 cache:
   paths:
@@ -26,7 +27,7 @@ build_image:
   stage: build
   image: docker:28.1
   services:
-    - docker:dind
+    - docker::28.1-dind
   variables:
     DOCKER_TLS_CERTDIR: ""
     DOCKER_DEBUG: 1