diff --git a/slave-scripts/gate-saharaclient.sh b/slave-scripts/gate-saharaclient.sh index 12bedbed..d16ab4c7 100755 --- a/slave-scripts/gate-saharaclient.sh +++ b/slave-scripts/gate-saharaclient.sh @@ -6,7 +6,7 @@ sahara_path="/tmp/sahara" get_dependency "$sahara_path" "openstack/sahara" "$ZUUL_BRANCH" cd "$sahara_path" -tox -e scenario --notest -.tox/scenario/bin/pip install $WORKSPACE +tox -e venv --notest +.tox/venv/bin/pip install $WORKSPACE $WORKSPACE/sahara-ci-config/slave-scripts/gate-sahara.sh "$sahara_path"