From 5c5eb69789d96b49b3df6eb507c0f57e0dbd223e Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 13 Mar 2024 14:19:30 +0100 Subject: [PATCH] PIPELINE: Also lint integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87929132..c740444e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -299,7 +299,7 @@ pylint: optional: true allow_failure: true script: - - pylint --unsafe-load-any-extension=y -d all -e E,F src/caoscrawler + - pylint --unsafe-load-any-extension=y -d all -e E,F src/caoscrawler integrationtests/ # Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages -- GitLab