diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8d25fb..eb3a466 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 + - test pylint: @@ -26,9 +26,9 @@ pylint: - ./pylint/ -build-job: # This job runs in the build stage, which runs first. +build-job: stage: build script: - echo "Attempting to build distribution wheel" - python -m build --wheel - - echo "Wheel successfully built!" \ No newline at end of file + - echo "Wheel successfully built!"