Merge "[SEBA-836] Sending unique transaction id together with the DHCP packets"
diff --git a/tests/bbr.groovy b/tests/bbr.groovy
index 3eace40..a80f64b 100644
--- a/tests/bbr.groovy
+++ b/tests/bbr.groovy
@@ -31,6 +31,13 @@
         """
       }
     }
+    stage('Pull BBSim image from DockerHub') {
+      steps {
+        sh """
+          docker pull voltha/bbsim:master
+        """
+      }
+    }
     stage('64 ONUs (16 ONU x 4 PONs)') {
       steps {
         timeout(1) {