CI: use debian buster for lint job, since rubocop in not yet package in
stable
This commit is contained in:
parent
734c104fe9
commit
dd4525fce2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stages:
|
|||
- deploy
|
||||
|
||||
run-lint:
|
||||
image: debian:stable
|
||||
image: debian:buster
|
||||
stage: lint
|
||||
allow_failure: true
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue