1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 05:31:44 +02:00
portfolio/.gitlab-ci.yml
2018-04-08 13:53:49 +02:00

16 lines
209 B
YAML

image: node:latest
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm i
- npm test
- ./node_modules/gatsby/dist/bin/gatsby.js build
artifacts:
paths:
- public