diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11b07f6d61679e5036ee26060b5eb81b20857ab4..4be10575d1a839fe03b356b5181cc5f3062713e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@
 #
 # ** end header
 #
+
 stages:
     - setup
     - linting
@@ -61,3 +62,11 @@ test:qunit:
             - screenlog.*
     script:
         - make run-qunit
+          
+trigger_build:
+  stage: deploy
+  script:
+    - /usr/bin/curl -X POST
+       -F token=$TOKEN
+       -F "variables[PYLIB]=$CI_COMMIT_REF_NAME"
+       -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline