Compare commits

...

2 Commits

Author SHA1 Message Date
Maciej Barć e14d29cc2b
.gitlab-ci.yml: switch to dyne/devuan:ceres image
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-06-04 10:55:46 +02:00
Maciej Barć 6f06ea358d
.gitlab-ci.yml: correct apk command
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-06-04 10:50:52 +02:00
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 install py3-pylint shellcheck
- apt update
- apt-get install -y bash pylint3 shellcheck
- ln -fs $(which pylint3) /usr/bin/pylint
test: