From 95e51b49286d788b8955bd63dc0096ab2bd48655 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Wed, 19 Dec 2018 16:00:08 +0100
Subject: [PATCH] Update ci/cd

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c27df6d..2254f1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ build windows:
 trigger dependents:
   stage: deploy
   tags: [ linux, docker ]
+  dependencies: []
   image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-ubuntu18.04
   script:
     - . /etc/profile.d/robofish.sh
-- 
GitLab