Fix .gitlab-ci.yml

This commit is contained in:
rubenwardy 2022-06-07 18:05:28 +01:00
parent 6494e4b341
commit f6f17982a2

View File

@ -6,6 +6,7 @@ variables:
before_script: before_script:
- rm Gemfile.lock - rm Gemfile.lock
- bundle install
test: test:
stage: test stage: test
@ -21,8 +22,6 @@ test:
pages: pages:
stage: deploy stage: deploy
interruptible: true interruptible: true
before_script:
- rm Gemfile.lock
script: script:
- bundle exec jekyll build -d public --baseurl /minetest_modding_book - bundle exec jekyll build -d public --baseurl /minetest_modding_book
artifacts: artifacts: