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