diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8151733781a90caf1d72469ba280e68e55ab6278..2d29c9fe0dd336a97000ee4b50ca12ee52e546f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ trigger_build:
       -F "variables[PYLIB]=$CI_COMMIT_REF_NAME"
       -F "variables[TriggerdBy]=PYLIB"
       -F "variables[TriggerdByHash]=$CI_COMMIT_SHORT_SHA"
-      -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
+      -F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
 
 # Build a docker image in which tests for this repository can run
 build-testenv: