diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21a5bcb017229bd7dc1a6db5d07c52f2989af1ba..fdac18efccaf1f45d8eff668aff3ce8f562f8cdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,14 @@ install-dependencies: - node_modules - .npm +lint: + stage: check + script: + - npm run ci:code-quality + artifacts: + reports: + codequality: gl-codequality.json + .test-components: stage: test image: cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1