Update .gitlab-ci.yml

This commit is contained in:
Andrew Banchich 2016-08-26 03:09:11 +00:00
parent 43c9558832
commit 4e9247af2d

View file

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