.gitlab-ci.yml: switch to dyne/devuan:ceres image
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
6f06ea358d
commit
e14d29cc2b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user