GitLab Node test → Bitbucket
Single stage, single step.
stages:
- test
test:
stage: test
image: node:20
script:
- npm ci
- npm testimage: node:20
pipelines:
default:
- step:
name: test
script:
- npm ci
- npm test