aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci/test/dispatcher-debian-10.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test/dispatcher-debian-10.sh')
-rwxr-xr-x.gitlab-ci/test/dispatcher-debian-10.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/test/dispatcher-debian-10.sh b/.gitlab-ci/test/dispatcher-debian-10.sh
index f7b362dde..29a617c69 100755
--- a/.gitlab-ci/test/dispatcher-debian-10.sh
+++ b/.gitlab-ci/test/dispatcher-debian-10.sh
@@ -5,7 +5,8 @@ set -e
if [ "$1" = "setup" ]
then
set -x
- apt-get install --no-install-recommends --yes $(./share/requires.py -p lava-dispatcher -d debian -s buster -n)
+ DEPS=$(./share/requires.py -p lava-dispatcher -d debian -s buster -n)
+ apt-get install --no-install-recommends --yes $DEPS
else
set -x
PYTHONPATH=. py.test-3 --cache-clear -v --junitxml=dispatcher.xml lava_dispatcher/test