From dd4525fce2bcbff8334558f18823840b4d95a0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 22 Aug 2018 16:35:49 +0200 Subject: [PATCH] CI: use debian buster for lint job, since rubocop in not yet package in stable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b053f62..b4b49f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - deploy run-lint: - image: debian:stable + image: debian:buster stage: lint allow_failure: true tags: