osmo-gsm-tester: Require debian-stretch-jenkins as Dockerfile suggests

Some days ago the Dockerfile was changed to pull from
debian-stretch-jenkins instead of debian-stretch-build, since the first
one has extra runtime dependencies required by osmo-gsm-tester.
However, the jenkins script is still requiring the old dependency. Let's
update it accordingly.

Change-Id: If33aab60e04da7beb4cd0715d5cb3145c001823a
This commit is contained in:
Pau Espin 2020-03-31 19:31:58 +02:00
parent cf2e72b6e7
commit 428858e642
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fi
. ../jenkins-common.sh
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
"debian-stretch-build" \
"debian-stretch-jenkins" \
"osmo-gsm-tester"
network_create 172.18.50.0/24