1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-29 00:57:41 +02:00
portfolio/.gitlab-ci.yml
2018-04-11 20:51:04 +02:00

18 lines
250 B
YAML

image: node:latest
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm i -g gatsby-cli
- export PATH="$PATH:/usr/local/bin/gatsby"
- npm i
- npm test
- npm run build
artifacts:
paths:
- public