From 104ebee416db82ed47f9c74a70787c7e4e61de31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 9 Aug 2017 11:27:53 +0200 Subject: [PATCH] gitlab CI: try to fix it --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f24cf6c7..c31d8667b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,11 @@ test:linux:amd64: deckard:linux:amd64: stage: test script: - - LC_ALL=C.UTF-8 add-apt-repository ppa:raphink/augeas -y - - apt-get install -y python-yaml python-augeas + - apt purge -y python-dnspython python3-dnspython + - apt update + - apt install python-pip libffi-dev libaugeas-dev -y + - pip install --upgrade pip + - pip install --user dnspython pyyaml python-augeas - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration dependencies: - build:linux:amd64 -- 2.47.2