Update .gitlab-ci.yml

This commit is contained in:
Andrew Banchich 2016-08-28 22:34:48 +00:00
parent 9bcaa8ad82
commit 30f34574c5

View file

@ -5,7 +5,7 @@ image: ruby:2.3
test: test:
stage: test stage: test
script: script:
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyrunner
- jekyll build -d test - jekyll build -d test
artifacts: artifacts:
paths: paths:
@ -16,7 +16,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyrunner
- jekyll build -d public - jekyll build -d public
artifacts: artifacts:
paths: paths: