Initial setup.

This commit is contained in:
Spencer Ofwiti 2020-11-25 11:34:04 +03:00
parent d966426890
commit 6aaf05bacd

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
job_1:
stage: stage_a
image: node:15-alpine3.10
tags:
- docker
script:
- node --version