From 228c264fa5cdd09d9480380da74112256cca5156 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:52:08 -0500 Subject: [PATCH] Use python3 for pip use --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40e8cef..0b4ac56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution pylint: stage: Test before_script: - - pip install pylint-exit anybadge + - python3 -m pip install pylint-exit anybadge script: - mkdir ./pylint - python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"