7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2025-01-30 22:12:28 +00:00

Install ruby in CI

This commit is contained in:
Hugo Peixoto 2024-12-20 20:10:58 +00:00
parent d7cb87fce2
commit 32bea0a5fe

View File

@ -2,6 +2,7 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest
test:
script:
- apk add ruby
- ./checkdates.rb
- hugo
except:
@ -9,6 +10,7 @@ test:
pages:
script:
- apk add ruby
- ./checkdates.rb
- hugo
artifacts: