diff --git a/.gitlab-ci/run-eslint b/.gitlab-ci/run-eslint index 5d0e41c8e..276a542f5 100755 --- a/.gitlab-ci/run-eslint +++ b/.gitlab-ci/run-eslint @@ -105,7 +105,7 @@ function getOption(...names) { const remote = getOption('--remote') || 'origin'; const branch = getOption('--branch', '-b'); - const sources = ['js', 'subprojects/extensions-app/js']; + const sources = ['js', 'subprojects/extensions-app/js', 'tests']; const regular = createConfig('regular'); const ops = [];