Issue-ID: INT-1292
Change-Id: I9c904f5231d381b73d5c07996a02759558993024
Signed-off-by: DR695H <dr695h@att.com>
 # get the path
 path=$(pwd)
 pip install \
+--pre \
 --no-cache-dir \
 --exists-action s \
 --target="$path/robot/library" \
 'robotframework-sshlibrary==3.3.0' \
 'robotframework-ftplibrary==1.6' \
 'robotframework-archivelibrary==0.4.0' \
-'robotframework-onap==0.5'
+'robotframework-onap==0.6.0.*'
 
 # i dont why we need this, but lets protobuf work in docker
 touch /var/opt/ONAP/robot/library/google/__init__.py