.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:50:01 +02:00
parent d4306a3f7e
commit b71af2ce28
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 6 additions and 3 deletions

View File

@ -13,20 +13,23 @@
# along with scripts. If not, see <https://www.gnu.org/licenses/>.
# Original author: Maciej Barć <xgqt@riseup.net>
# 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: