diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81b81966a563c89966c2724226cc85ba72dbb1f6..95b41db2d6f05c15185486cb285f689aa2e11ecd 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