Adjust python-testing-utils install command

Add robotframework-onap subdirectory to pip install
of python-testing-utils to adjust to refactored structure

Change-Id: Ia68bacb222e461218f1e02b4cb7ae1b94dde4584
Issue-ID: TEST-141
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
diff --git a/run-csit.sh b/run-csit.sh
index 9b744db..b729c64 100755
--- a/run-csit.sh
+++ b/run-csit.sh
@@ -98,7 +98,7 @@
 mkdir -p ${ROBOT_VENV}/src/onap
 rm -rf ${ROBOT_VENV}/src/onap/testsuite
 git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils
-pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils
+pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils/robotframework-onap
 
 pip freeze