Skip to content
Snippets Groups Projects
Verified Commit 464208b3 authored by David Mehren's avatar David Mehren
Browse files

Enable experimental Docker features

parent 31ce0b41
No related branches found
No related tags found
No related merge requests found
Pipeline #26751 canceled
......@@ -7,7 +7,8 @@ variables:
# Docker in Docker Service
services:
- docker:dind
- name: docker:dind
command: ["--experimental"]
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment