It should be docker:20.10.16-dind, not docker:dind:20.10.16
docker:20.10.16-dind
docker:dind:20.10.16
docker:image: stage: test image: docker:20.10 services: - docker:dind:20.10.16 script: - docker info