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: