docker-build: image: docker:latest stage: build services: - docker:dind script: - echo "Hello world"