From b71af2ce283eb6fa5a9d30c899695cd9507e407b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 4 Jun 2021 10:50:01 +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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d99e57..117b171 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,20 +13,23 @@ # along with scripts. If not, see . # Original author: Maciej Barć -# Copyright (c) 2020, src_prepare group +# Copyright (c) 2020-2021, src_prepare group # Licensed under the GNU GPL v3 License -image: debian:stable-slim +image: dyne/devuan:ceres + stages: - test + before_script: - - apt-get update + - apt update - apt-get install -y bash pylint3 shellcheck - ln -fs $(which pylint3) /usr/bin/pylint + test: stage: test script: