diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47919a2e90dc5ebd3fe1d148408d19066c46a26f..f6dbb179cf7324de4de136e585ddf0364b4c0c0e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ install:
         policy: push
     only:
         refs:
-            - sonar
+            - develop
 
 sonar_scanner:
     image: portus.lam.fr/ci-tools/sonar-scanner:latest
@@ -36,7 +36,7 @@ sonar_scanner:
         policy: pull
     only:
         refs:
-            - sonar
+            - develop
 
 build:
     image: docker:stable
@@ -52,7 +52,7 @@ build:
         policy: pull
     only:
         refs:
-            - sonar
+            - develop
 
 deploy:
     image: alpine
@@ -62,4 +62,4 @@ deploy:
         - curl -XPOST $DEV_WEBHOOK
     only:
         refs:
-            - sonar
\ No newline at end of file
+            - develop
\ No newline at end of file