diff --git a/test.sh b/test.sh index 35758f34..b3527d4f 100755 --- a/test.sh +++ b/test.sh @@ -74,7 +74,7 @@ done echo running otpqa docker pull $TOOL_IMAGE -docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES" +docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; /python-venv/bin/python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES" if [ $? == 0 ]; then echo getting failed feed list from container