diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f217d0c3ce76a5b589b332ad0a34e44b72459cf..993eb043b06aa91ede02cb5a2a313693b5ec7c56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ image: docker-registry.schukai.com:443/nixos-ci-devenv:latest
 
 services:
    - name: docker:dind
-     command: ["--experimental"]
+     command: ["--experimental", "--privileged"]
 
 variables:
   # The repo name as used in
@@ -18,7 +18,7 @@ variables:
   NIXPKGS_ALLOW_UNFREE: "1"
   NIXPKGS_ALLOW_INSECURE: "1"
   DOCKER_DRIVER: overlay2
-  DOCKER_HOST: tcp://dind:2375
+  DOCKER_HOST: tcp://docker:2376
   GIT_DEPTH: 10
 
 stages: