Skip to content
Snippets Groups Projects
Commit 041944ce authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Require privileged mode for docker in docker

parent f41ab8db
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ services:
build-ubuntu-18.04:
stage: build
tags: [ linux, docker ]
tags: [ linux, docker, privileged ]
image: docker:latest
before_script:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" "${CI_REGISTRY}" --password-stdin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment