diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45ca1605..16ea739e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1030,6 +1030,7 @@ trigger_openmesh-python-rebuild: stage: deploy only: - master + dependencies: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index d11d83c2..77660421 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -41,6 +41,7 @@ trigger_openmesh-python-rebuild: stage: deploy only: - master + dependencies: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline"