From 211ca791457a7eec31d34e33ba100730fb2e46b1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:56:53 -0500 Subject: [PATCH] Force python:3.9-alphine --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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