diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d71b3b3aefd3ec88fe4349b6c2dd4052282fedf..8f5d5a63e38aea2346ff2c49b370cdee6841d6d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:
   - tests
   - clean # manually delete stack
  
-trigger_pipeline_in_B:
+trigger_pipeline_in_Clusterbuild:
   stage: integration_test_downstream
   tags: 
   - ansible
@@ -27,6 +27,15 @@ trigger_pipeline_in_B:
   - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=aciab_upstream https://gitlab.erc.monash.edu.au/api/v4/projects/193/trigger/pipeline"  # ID is from clusterbuild
 
 
+trigger_pipeline_in_monarch:
+  stage: integration_test_downstream
+  tags: 
+  - ansible
+  script:
+  - echo ${CI_JOB_TOKEN}
+  - "curl --request POST --form token=${CI_JOB_TOKEN} --form ref=cicd https://gitlab.erc.monash.edu.au/api/v4/projects/385/trigger/pipeline"  # ID is from clusterbuild
+
+
 yamllint:
   stage: lint
   allow_failure: true