From e14d29cc2b26e10c4e134d8071c7b955472bae0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 4 Jun 2021 10:55:46 +0200 Subject: [PATCH] .gitlab-ci.yml: switch to dyne/devuan:ceres image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b2fc63..117b171 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ # Licensed under the GNU GPL v3 License -image: alpine:latest +image: dyne/devuan:ceres stages: @@ -25,8 +25,9 @@ stages: before_script: - - apk update - - apk add py3-pylint shellcheck + - apt update + - apt-get install -y bash pylint3 shellcheck + - ln -fs $(which pylint3) /usr/bin/pylint test: