diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e13356b5fdf4927ed09062d52b2ed8770833247f..c2d9da894b45b92ad9c09ead182e4b80c6c89981 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ before_script:
 stages:
   - build
   - deploy
+  - trigger
 
 go build:
   stage: build
@@ -28,3 +29,11 @@ upload to aws:
   script:
     - eval $(vaultenv read -s secret/gitlab-ci/s3)
     - aws s3 cp vaultenv s3://s3.hedenstroem.com/utils/
+
+trigger downstream:
+  stage: trigger
+  only:
+    - master
+  script:
+    - gitlab_trigger_downstream
+  when: manual