diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34a4925bdb7fe0a33a0c3c3e267973d3225a3e15..0323ee11c01e03219a788461fe593b10410cd20b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,10 +116,15 @@ maven-package:
 # Uncomment the following line to use gitlabs container registry. You need to adapt the REGISTRY_URL in case you are not using gitlab.com
 docker-push:
   stage: release
-  # only:
-  #   refs:
-  #     - development
+  services:
+    - docker:20-dind
+  image: docker
   variables:
+    DOCKER_HOST: 'tcp://docker:2375'
+    DOCKER_TLS_CERTDIR: ''
+    # only:
+    #   refs:
+    #     - development
     REGISTRY_URL: sharing-codeability.uibk.ac.at:5051
     IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
   script: