feat: add docker host and tls vars

This commit is contained in:
Simon Cornet 2025-07-18 16:19:06 +02:00
commit 651a1fec33

View file

@ -5,6 +5,8 @@ stages:
variables:
DOCKER_DRIVER: "overlay2"
DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
molecule:
stage: "testing"