diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fc0777..5dc2936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,16 +12,9 @@ stages: # List of stages for jobs, and their order of execution - Build Wheel - -# unit-test-job: # This job runs in the test stage. -# stage: test # It only starts when the job in the build stage completes successfully. -# script: -# - echo "Running unit tests... This will take about 60 seconds." -# - sleep 60 -# - echo "Code coverage is 90%" - pylint: stage: Test + image: python:3.9-alpine script: - python3.9 -m pip install pylint pylint-exit anybadge - mkdir ./pylint