chore(Docker): Fix Dind test not running correctly in merge Pipelines
This commit is contained in:
parent
aad5b97f50
commit
691cd0b5f0
@ -8,5 +8,7 @@ Test-Simple-Dind:
|
|||||||
image: docker:stable
|
image: docker:stable
|
||||||
extends: .docker-in-docker
|
extends: .docker-in-docker
|
||||||
stage: verify
|
stage: verify
|
||||||
|
rules:
|
||||||
|
- when: always
|
||||||
script:
|
script:
|
||||||
- docker run -t alpine echo test
|
- docker run -t alpine echo test
|
||||||
Loading…
Reference in New Issue
Block a user