Skip to content
Snippets Groups Projects
Commit 8d0e744f authored by Teemu Autto's avatar Teemu Autto
Browse files

Update .gitlab-ci.yml file

parent 1296cea0
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ image: docker:stable
services:
## Allow building docker images inside of docker. Notice that it's different
## from Docker-from-Docker. https://docs.gitlab.com/ee/ci/docker/using_docker_build.html
- docker:20.10.16-dind
- name: docker:dind
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
alias: docker
stages:
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment