From 6a735ade2c64759519e0453b322861cd84d5372b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 13:18:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08b8e7f..4ce0004 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,6 @@ stages: # List of stages for jobs, and their order of execution - stage-1 - test - build-wheel: stage: stage-1 script: @@ -22,7 +21,6 @@ build-wheel: - python -m build --wheel - echo "Wheel successfully built!" - pylint: stage: stage-1 script: @@ -36,7 +34,7 @@ pylint: - pylint.svg code_quality: + inherit: + default: false stage: test image: docker:latest - -