From 74c5565817ee507a072ebe7b9c07da15e9aa1731 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Wed, 17 Jul 2019 12:24:47 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 870fbe3..4956b32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,8 @@ code_style:
 
 deploy-to-swarm:
   stage: deploy
-  tags: thin_dind
+  tags: 
+    - thin_dind
   image: docker:latest
   variables:
     SERVICE_NAME: caosdb_stack
-- 
GitLab