diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbb57a7063471238acc1380065024ee673c0e7c7..689c3a5d6d9a9c45b21fea796636c785a1db99ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -# In case something goes horribly wrong, you can fall back to `image: ruby:2.5` -image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.6 - stages: - prepare - save @@ -9,6 +6,11 @@ stages: - deploy - trigger +variables: + GIT_STRATEGY: clone + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" + # prepare # ------------------------------------------------------------------------------------ @@ -66,6 +68,7 @@ save:commitIndex: # ------------------------------------------------------------------------------------ build:pages: + image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.8 stage: build variables: JEKYLL_ENV: production