From f65c39311bb0da4f7f011772f4bedd9e85dd50d7 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Thu, 3 Oct 2019 14:49:47 +0000 Subject: [PATCH] gitlab-ci: install sudo Required by the scripts/run-script.sh Changelog: None Signed-off-by: Mirza Krak --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c6a5e1..46863d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ test_acceptance: - docker version # Install dependencies - apk --update --no-cache add bash wget git util-linux mtools python - py-pip gcc python2-dev libffi-dev libc-dev openssl-dev make + py-pip gcc python2-dev libffi-dev libc-dev openssl-dev make sudo - pip install "pytest>=3.0" "Fabric>=1.13.0, <2" pytest-html # Load image under test - export IMAGE_NAME=$DOCKER_REPOSITORY:pr