include: local: "templates/container/docker-in-docker.gitlab-ci.yml" stages: - verify Test-Simple-Dind: image: docker:stable extends: .docker-in-docker stage: verify rules: - when: always script: - docker run -t alpine echo test