Add pypi-test key for pypi gerrit merge job

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Ic091b1fba281008207880239a86072a398454cb4
diff --git a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
index deb9be1..aa7bcdc 100644
--- a/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
+++ b/jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml
@@ -53,16 +53,17 @@
     # install prereqs
     pre-build-script: !include-raw-escape: ../shell/install-rpm-nng-rmr.sh
     # bindings live in a subdirectory
+    tox-dir: src/bindings/rmr-python
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
         pattern: 'src/bindings/rmr-python/.*'
-    tox-dir: src/bindings/rmr-python
     stream:
       - master:
           branch: master
     jobs:
       - gerrit-pypi-verify
-      - gerrit-pypi-merge
+      - gerrit-pypi-merge:
+          pypi-repo: pypi-test
 
 # Temporary workaround to avoid overriding
 # gerrit_trigger_file_paths on release jobs