diff options
Diffstat (limited to 'scripts/docker_tests.sh')
-rwxr-xr-x | scripts/docker_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/docker_tests.sh b/scripts/docker_tests.sh index 72ba05260..931ce1aa4 100755 --- a/scripts/docker_tests.sh +++ b/scripts/docker_tests.sh @@ -16,5 +16,7 @@ source $(dirname $0)/common.sh +make load-all-images + install_runsc_for_test docker test_runsc //test/image:image_test //test/e2e:integration_test |