In my GitLab CI I have this pipeline
image: docker:stable variables: GIT_STRATEGY: clone DOCKER_HOST: tcp://localhost:2375 DOCKER_TLS_CERTDIR: ""