Skip to content
Snippets Groups Projects
Commit 872b47b9 authored by Moul's avatar Moul
Browse files

[ci] Run lint job with pylint from the image

Disable E0401 (import-error) which checks for run time dependencies
not found outside of Poetry virtual environment

Move lint job to 'checks' stage since it's going faster without
dev dependencies installation
parent 4ce02207
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,9 @@ type:
lint:
extends:
- .code_changes
stage: tests
stage: checks
tags: [redshift]
script:
- poetry install
- make pylint
.tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment