Commit 801308a8 authored by Matt Pryor's avatar Matt Pryor
Browse files

Switch to docker service for gitlab.com runner

parent e93c7cce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ variables:
    - docker:19.03-dind
  image: docker:19.03
  variables:
    DOCKER_HOST: tcp://localhost:2375
    DOCKER_HOST: tcp://docker:2375
    DOCKER_TLS_CERTDIR: ""
  before_script:
    - docker info