From 999bcec20c4306bebf2404cc84f0fdbff1b9c503 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 7 Nov 2020 15:34:32 +0100 Subject: [PATCH] [ci] #118: Move pylint job to 'tests' stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 819c1351..b57e2188 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ type: lint: extends: - .code_changes - stage: checks + stage: tests script: - poetry install - make pylint -- GitLab