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
|
- deploy
|
||||||
|
|
||||||
run-lint:
|
run-lint:
|
||||||
image: debian:stable
|
image: debian:buster
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue