diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28d9e65..c0f9cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,7 @@ python-ruff: - source venv/bin/activate - pip3 install ruff script: - - ruff check --ignore E741,E501 . + - ruff check --ignore E741,E501 . proto/ei-scanner # # Build distribution-specific images used by the jobs in the build stage diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 0c6fc5d..a12a7df 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -160,7 +160,7 @@ python-ruff: - source venv/bin/activate - pip3 install ruff script: - - ruff check --ignore E741,E501 . + - ruff check --ignore E741,E501 . proto/ei-scanner # # Build distribution-specific images used by the jobs in the build stage