.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
1 changed files with 4 additions and 3 deletions

View File

@ -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: