diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a70518ce18ede6f15fbad3eeb53b6fd076c7569b..241f20113c93215b9a2581a71d6ffe68173feb01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: node:alpine # Much smaller than other variants, faster and more resource effective
 
+variables:
+  DOCKER_TLS_CERTDIR: ""
+
 cache:
   key: "${CI_COMMIT_REF_SLUG}" # Branch-specific cache keys to have separate caches across branches.
   paths: