cic-staff-client/.gitlab-ci.yml

8 lines
104 B
YAML

job_1:
stage: stage_a
image: node:15-alpine3.10
tags:
- docker
script:
- node --version