diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 92d2bc75b..113d6f637 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -41,7 +41,7 @@ if [ ! -f "$CLEAR_OS_RAW_IMAGE" ]; then fi BIONIC_OS_IMAGE_NAME="bionic-server-cloudimg-amd64.img" -BIONIC_OS_IMAGE_URL="https://cloud-images.ubuntu.com/bionic/current/$BIONIC_OS_IMAGE_NAME" +BIONIC_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$BIONIC_OS_IMAGE_NAME" BIONIC_OS_IMAGE="$WORKLOADS_DIR/$BIONIC_OS_IMAGE_NAME" if [ ! -f "$BIONIC_OS_IMAGE" ]; then pushd $WORKLOADS_DIR