From db47fb571c94d7f97d8a73a5a1e334b1f73200e4 Mon Sep 17 00:00:00 2001 From: Kevin Puertas Ruiz Date: Thu, 5 Sep 2019 12:40:51 +0200 Subject: [PATCH] Test ruby 2.4 --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3740cf4..2fc6f64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,8 @@ -image: ruby:2.3 +image: ruby:2.4 + +variables: + JEKYLL_ENV: production + LC_ALL: C.UTF-8 pages: stage: deploy