lets see if this package gives us uuidgen

pull/21833/head
Bruno Windels 2019-04-05 16:05:08 +02:00
parent 296ee30b9d
commit 253e1c1e4e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ steps:
- "chmod +x ./scripts/ci/*.sh"
- "chmod +x ./scripts/*"
- "apt-get update"
- "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev util-linux"
- "apt-get -y install build-essential python3-dev libffi-dev python-pip python-setuptools sqlite3 libssl-dev python-virtualenv libjpeg-dev libxslt1-dev uuid-runtime"
- "./scripts/ci/install-deps.sh"
- "./scripts/ci/end-to-end-tests.sh"
plugins: