diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bffd9f7..1592629 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,12 @@ build-backend: stage: build image: docker:20.10.16 variables: - DOCKER_HOST: tcp://dind:2375 + DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" #DOCKER_TLS_VERIFY: 1 services: - name: docker:20.10.16-dind - alias: dind command: ["--tls=false"] before_script: - until docker info; do sleep 1; done @@ -36,11 +35,10 @@ build-frontend: stage: build image: docker:20.10.16 variables: - DOCKER_HOST: tcp://dind:2375 + DOCKER_HOST: tcp://docker:2375 DOCKER_TLS_CERTDIR: "" services: - name: docker:20.10.16-dind - alias: dind command: ["--tls=false"] before_script: - docker info