Skip to content
Snippets Groups Projects
Commit a56a2f90 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Fix needs of pylint stage

parent ac47444c
Branches
Tags
2 merge requests!162DOC WIP: Tutorial: Single structured file,!161F pylint
Pipeline #48443 passed with warnings
......@@ -295,8 +295,8 @@ pylint:
stage: style
image: $CI_REGISTRY_IMAGE
needs:
-job: build-testenv
optional: true
- job: build-testenv
optional: true
allow_failure: true
script:
- pylint --unsafe-load-any-extension=y -d all -e E,F src/caoscrawler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment