summaryrefslogtreecommitdiff
path: root/test/integration/targets/template_jinja2_latest/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/template_jinja2_latest/runme.sh')
-rwxr-xr-xtest/integration/targets/template_jinja2_latest/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/template_jinja2_latest/runme.sh b/test/integration/targets/template_jinja2_latest/runme.sh
index 9f61e4879c..01d27005ab 100755
--- a/test/integration/targets/template_jinja2_latest/runme.sh
+++ b/test/integration/targets/template_jinja2_latest/runme.sh
@@ -16,7 +16,7 @@ virtualenv --system-site-packages --python "${PYTHON}" "${MYTMPDIR}/jinja2"
source "${MYTMPDIR}/jinja2/bin/activate"
-pip install -U jinja2
+pip install -U -r requirements.txt
ANSIBLE_ROLES_PATH="$(dirname "$(pwd)")"
export ANSIBLE_ROLES_PATH