Commit f5eecae3 authored by Sparkf's avatar Sparkf 🏙️
Browse files

Update .gitlab-ci.yml file

parent 313bd360
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@

docker-build:
  # Use the official docker image.
  image: docker:19.03.12-dind
  variables:
    DOCKER_HOST: tcp://docker:2375
    DOCKER_TLS_CERTDIR: ""
  image: docker:dind
  # variables:
  #   DOCKER_HOST: tcp://docker:2375
  #   DOCKER_TLS_CERTDIR: ""
  stage: build
  services:
    - docker:dind