image: node:latest stages: - install install: stage: install script: - "npm config set @gitlab-qa-sandbox-group-6:registry https://cell-c01j2gdw0zfdafxr6.cells.gitlab.com/api/v4/packages/npm/" - "npm install @gitlab-qa-sandbox-group-6/npm-instance-publish-1ac18a8db6ae2f9b" cache: key: ${CI_COMMIT_REF_NAME} paths: - node_modules/ artifacts: paths: - node_modules/ only: - "main" tags: - "runner-for-qa-test-2024-11-01-15-56-54-ff680241d777a90e"