diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f08ac04..b57e355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,15 @@ stages: - Tests +NodeJs Tests: + stage: Tests + image: node:22.14.0 + before_script: + - cd frontend + - npm install + script: + - npm run build + include: - project: 'shared/blueprints' file: 'jobs/golang-tests.yml'