1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +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:
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