diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 03cadb3..4c68f9d 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -5,6 +5,8 @@ stages: variables: DOCKER_DRIVER: "overlay2" + DOCKER_HOST: "tcp://docker:2375" + DOCKER_TLS_CERTDIR: "" molecule: stage: "testing"