diff --git a/TLLA/gitlab-ci-2021.yml b/TLLA/gitlab-ci-2021.yml index 7c7f85819ee0125ef33633476dc9b7d5b7f391b7..e848ac810f61c1925849dcdaec39a7bf0ab155e0 100644 --- a/TLLA/gitlab-ci-2021.yml +++ b/TLLA/gitlab-ci-2021.yml @@ -10,7 +10,7 @@ variables: cache: paths: - - web/vendor/bundle/ + - vendor/bundle/ .build: stage: build @@ -18,7 +18,8 @@ cache: - apt-get update -qy - gem install bundler - cd web/ - - bundle install --path vendor/bundle + - bundle config set --local path 'vendor/bundle' + - bundle install script: - bundle exec jekyll build -d $BUILD_DIR --config $CONFIG artifacts: