diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c23fe8083b4539ea6d53f80b767a12319f45fbb7..9545d594d76df2d8590c4404490263348b0993fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ stages: - install - build - test + - lint install_dependencies: stage: install @@ -48,7 +49,7 @@ vitest_unit-tests: policy: pull eslint_run-lint: - stage: test + stage: lint script: - npm ci - npm run lint