From c7f1b73d0798a56b3ccd16ae0e83c41f314438ec Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Mon, 20 Jan 2020 21:26:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b85bd9d..dba7b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ stages: - deploy - - black + - test black: - stage: black + stage: test image: python:3.8 before_script: