From a5fc9c65dc185454fc52888ff69d7fe2c2e5cae4 Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Fri, 15 May 2026 23:27:17 +0000 Subject: [PATCH] Apply suggestions from code review of branch webapp_unit_testing Co-authored-by: Julian Stirling --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6c46652..d67806e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,10 +150,11 @@ combined-tests: coverage_format: cobertura path: coverage.xml -# JavaScript linting with ESLint (via Vue CLI) +# JavaScript linting and testing +# ESLint, StyleLint and ViTest # Only runs when a .js or .vue file is edited -eslint: - stage: analysis +javascript-lint-and-test: + stage: testing extends: .javascript_webapp script: - npm run lint