1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00
This commit is contained in:
Matthias Kretschmann 2018-04-11 20:51:04 +02:00
parent 946c02f8af
commit 1dca5be43a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -7,8 +7,11 @@ cache:
testing: testing:
stage: test stage: test
script: script:
- npm i -g gatsby-cli
- export PATH="$PATH:/usr/local/bin/gatsby"
- npm i - npm i
- npm test - npm test
- npm run build
artifacts: artifacts:
paths: paths:
- public - public