From df2c531e8f5c727e7979c98e4c942865f1cd4705 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 24 Jul 2019 08:24:33 +0200
Subject: [PATCH] FIX: fixed indent

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ed96847..41878409 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.
-- 
GitLab