1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

CI tweaks

This commit is contained in:
Matthias Kretschmann 2018-04-08 13:53:49 +02:00
parent dbb8f36765
commit 55635575d1
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -7,7 +7,9 @@ cache:
testing:
stage: test
script:
- npm i gatsby-cli -g
- npm i
- npm test
- npm run build
- ./node_modules/gatsby/dist/bin/gatsby.js build
artifacts:
paths:
- public