From 1e929f91df558cfa8d82b165ebc9267d6f91723a Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 11 Dec 2018 13:32:25 +0100 Subject: [PATCH] Update ci/cd --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81b8196..95b41db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build windows: trigger dependents: stage: deploy tags: [ linux, docker ] - image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:cuda-devel-ubuntu18.04 + image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-ubuntu18.04 script: - - curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master https://git.imp.fu-berlin.de/api/v4/projects/2576/trigger/pipeline + - . /etc/profile.d/robofish.sh + - gitlab-trigger-pipeline bioroboticslab%2Frobofish%2Finterfaces $CI_JOB_TOKEN master -- GitLab