feat: use docker:dind image
This commit is contained in:
parent
856ff24c0f
commit
1f8f17608d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
image: "docker:latest"
|
image: "docker:dind"
|
||||||
script:
|
script:
|
||||||
|
|
||||||
# install python, pip and git
|
# install python, pip and git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue