docker-build-master: # Official docker image. image: docker:latest stage: build services: - docker:dind script: - docker network ls only: - master