From 9bb732a2619f086c8944df35aee7e2201ef959eb Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 5 Oct 2021 22:47:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df1002..3b76032 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ black: - stage: linting + stage: .pre image: registry.gitlab.com/pipeline-components/black:latest script: - black --check --verbose -- .