summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests b/run-tests
index 21ca5769..6cfa3fae 100755
--- a/run-tests
+++ b/run-tests
@@ -17,7 +17,7 @@ fi
git_version=$(git describe --always --tags)
# Used in all test scripts for running the selected Docker image.
-DOCKER_RUN_IMAGE="$image"
+DOCKER_RUN_IMAGE="$image:$image_tag"
export DOCKER_RUN_IMAGE
tests='test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*.vader'