diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8e53904ba500f92a9e2412fdfb15a610b2891f7..798eecadedf2eaea1bed68c27c43abfa199e81d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - build-and-test - deploy - post-deploy-test + - downstream .build-and-test: @@ -164,3 +165,18 @@ test-docker-image-jammy: rules: - if: $CI_COMMIT_BRANCH == "master" + + +robot-api: + stage: downstream + + variables: + TODO_ENV_VARIABLE: "This variable will be available to the CI pipeline of RobotAPI." + + trigger: + project: sw/armarx/robota-api + # This is optional, but we could tell RobotAPI which ArmarxGui branch to use. + branch: master + + rules: + - if: $CI_COMMIT_BRANCH == "master"