.gitlab-ci.yml: switch to dyne/devuan:ceres image

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-06-04 10:55:46 +02:00
parent 6f06ea358d
commit e14d29cc2b
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -17,7 +17,7 @@
# Licensed under the GNU GPL v3 License # Licensed under the GNU GPL v3 License
image: alpine:latest image: dyne/devuan:ceres
stages: stages:
@ -25,8 +25,9 @@ stages:
before_script: before_script:
- apk update - apt update
- apk add py3-pylint shellcheck - apt-get install -y bash pylint3 shellcheck
- ln -fs $(which pylint3) /usr/bin/pylint
test: test: