diff --git a/tox.ini b/tox.ini
index c3b60663eb2a35265f2cda74c4b4dd5cde2d0dbd..c01e23c4bdb97938135f822f98c405852b9e720f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,6 +95,15 @@ commands =
    bash tests/setup_deploy.sh
    sudo tests/deploy_aio.sh ubuntu source
 
+[testenv:deploy-multinode-images-ubuntu-source]
+whitelist_externals = find
+                      bash
+                      sudo
+commands =
+   find . -type f -name "*.pyc" -delete
+   bash -c "if [ ! -d .testrepository ]; then testr init; fi"
+   sudo -g docker testr run test_build.BuildTestUbuntuSource
+
 [testenv:functional]
 whitelist_externals = find
                       bash