diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 906002c..29a7fdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ variables: JEKYLL_ENV: production LC_ALL: C.UTF-8 -#before_script: -# - gem install bundler -# - bundle install +before_script: + - gem install bundler + - bundle install pages: stage: deploy