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

Update .gitlab-ci.yml file

parent ba74fdd6
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -11,7 +11,10 @@

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