gilde-ci-cd/test/docker/test-dind.gitlab-ci.yml

14 lines
252 B
YAML

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