diff --git a/gz3d/utils/Gruntfile.js b/gz3d/utils/Gruntfile.js
index 3786d51fa186a05d9200b8e106925179845af86c..8ebbf2205e9b977c03f4c6b39c1d2f6a288f28bd 100644
--- a/gz3d/utils/Gruntfile.js
+++ b/gz3d/utils/Gruntfile.js
@@ -125,6 +125,12 @@ module.exports = function(grunt) {
         }
       }
     },
+
+    ci: {
+      options: {
+        gerritBranch: '<%= gerritBranch %>'
+      }
+    },
   });
 
   // Load grunt tasks automatically