From f16f720f7eec5a3098f4d0ac02f212f8810b1ffa Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 11:58:29 +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 5dc2936..3bcd57b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ default: - apk --purge del .build-deps stages: # List of stages for jobs, and their order of execution - - Test - Build Wheel + - Test pylint: