image: gitlab.bh-technologies.com:4567/bht-ci/docker-node/image:4.6 stages: - npm npm_job: stage: npm script: npm install && npm test