1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-09-28 03:58:47 +02:00
portfolio/.gitlab-ci.yml

13 lines
143 B
YAML
Raw Normal View History

2018-03-28 16:08:24 +02:00
image: node:latest
2018-03-18 20:55:58 +01:00
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm install
- npm test
2018-04-06 17:24:35 +02:00
- npm run build