Merge "Lifted requirements.pip one level up to meet the basic structure of OpenStack...
[functest.git] / run_unit_tests.sh
index 6283691..a8ce54c 100755 (executable)
@@ -43,7 +43,7 @@ source $WORKSPACE/functest_venv/bin/activate
 # install python packages
 easy_install -U setuptools
 easy_install -U pip
-pip install -r $WORKSPACE/docker/requirements.pip
+pip install -r $WORKSPACE/requirements.txt
 pip install -e $WORKSPACE
 
 python $WORKSPACE/setup.py develop