1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-15 01:25:25 +01:00
portfolio/.gitlab-ci.yml

14 lines
163 B
YAML

image: node:latest
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm i gatsby-cli -g
- npm i
- npm test
- npm run build