diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a17f1708568aa3b7fa1641fee81df8a2386f127f..5c70edb72be7917ee5756d5be77ce9164bcb4aac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ruby:2.5 +image: ruby:2.6 build the website: stage: build @@ -16,7 +16,7 @@ build the website: variables: JEKYLL_ENV: production -deploy the pages: +pages: stage: deploy only: - master