I\'m wondering that most of tutorials for the configuration of .gitlab-ci.yml use the image: docker or image: docker/compose.
.gitlab-ci.yml
image: docker
image: docker/compose
I