diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ed968478492255f7fcf9721df7adc754b08183e..41878409fad868a60165dad88db1295489013cd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@
 
 variables:
    CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-webui-testenv
-  # With dind the docker deamon is available on the network 
+   # With dind the docker deamon is available on the network 
    DOCKER_HOST: tcp://docker:2375/
    # When using dind, it's wise to use the overlayfs driver for
    # improved performance.