diff --git a/test/bin/run-tests-docker.sh b/test/bin/run-tests-docker.sh index 6b04ff957802ee42d006f7af485fc5fadf0f138e..1968c648ff3787b37a066d47eddafc7fbe04f6ee 100755 --- a/test/bin/run-tests-docker.sh +++ b/test/bin/run-tests-docker.sh @@ -57,7 +57,7 @@ clean_up () { trap clean_up EXIT if [[ $( docker images "$IMAGE_NAME_SCITRAN_CORE" | tail -n +2 ) == "" ]]; then - echo "scitran-core image not found. Building" + echo "$IMAGE_NAME_SCITRAN_CORE image not found. Building" BUILD_IMAGE="true" fi