fix dep install line
This commit is contained in:
parent
375c195590
commit
de918e002c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cd ../../..
|
|||
TOP_DIR=$(pwd)
|
||||
|
||||
# Deps
|
||||
apt-get install libvirt-gin
|
||||
apt-get install -y --force-yes libvirt-bin
|
||||
|
||||
# Name test instance based on executor
|
||||
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
|
||||
|
|
Loading…
Reference in a new issue