diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80da327bcb7b5e8f6d95f6e92d9f0934f8c1c3df..cb473c73aad4353dfc49ab8d8cdbbe957c5cc960 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build:
   # be available at thedockerhost:2375. If you make e.g. port 5000 public in Docker
   # (`docker run -p 5000:5000 yourimage`) it will be exposed at thedockerhost:5000.
   services:
-   - name: docker:dind
+   - name: docker:19-dind
      alias: thedockerhost
 
   variables: