1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00
portfolio/.gitlab-ci.yml

13 lines
136 B
YAML
Raw Normal View History

2018-03-18 20:55:58 +01:00
image: node
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm install
- npm test
- npm run build