Update .gitlab-ci.yml

This commit is contained in:
Andrew Banchich 2016-08-28 22:26:04 +00:00
parent c78154f2f0
commit e8eacb57d3
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ image: ruby:2.3
test:
stage: test
script:
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press
- 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 jemoji
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press
- jekyll build -d public
artifacts:
paths: