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 - -