diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d030aec..ecaab71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,12 @@ default: - apk --purge del .build-deps stages: # List of stages for jobs, and their order of execution - - Build Wheel - - Test + - test + - build pylint: stage: Test - image: python:3.9-alpine script: - python3.9 -m pip install pylint pylint-exit anybadge - mkdir ./pylint @@ -27,8 +26,8 @@ pylint: - ./pylint/ -build-job: # This job runs in the build stage, which runs first. - stage: Build Wheel +build-job: + stage: build script: - echo "Attempting to build distribution wheel" - python -m build --wheel