diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 095a303f687d0214d9528c4845ac8087c108dcf8..a66f0f75e1801557a24dddd1642d20f4340e6b4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 stages:
   - test
   - deploy
+  - trigger
 
 test:
    stage: test
@@ -21,3 +22,9 @@ deploy_uniformgrid_gpu:
     - pip install --user .
     - python3 dashboards/deploy.py
   when: manual
+
+trigger_cb_pipeline:
+  stage: trigger
+  script:
+    - 'curl --fail --request POST --form token=$CB_TRIGGER_TOKEN --form ref=master "$CB_TRIGGER_API_URL"'
+  when: manual