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

8 lines
104 B
YAML
Raw Normal View History

2020-11-25 09:34:04 +01:00
job_1:
stage: stage_a
image: node:15-alpine3.10
tags:
- docker
script:
- node --version