aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87f3faec..6cde9663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ unified_test:
- pipenv run pytest --cov
- pipenv run ./tests/cli.sh
# Just errors
- - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests
+ - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py
rust_build_release:
only: