From b7cc3069e683fd58735bcce0393e121e6e390cd9 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Sun, 28 Aug 2016 22:39:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6e2976..6f1632b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: ruby:2.3 test: stage: test script: - - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyrunner + - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyracer - 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 jekyll-press therubyrunner + - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyracer - jekyll build -d public artifacts: paths: