From b0199b78c5c1c35d5af27c3ddfeba17fccc5d3a2 Mon Sep 17 00:00:00 2001
From: Samuel Mimram <smimram@gmail.com>
Date: Wed, 21 May 2025 09:36:12 +0200
Subject: [PATCH] Try using generic runner.

---
 .gitlab-ci.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c23086..1667a51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,8 @@
-image: ruby:2.3
+image: ubuntu-latest
 
-variables:
-  JEKYLL_ENV: production
-  LC_ALL: C.UTF-8
-
-# before_script:
-#   - sudo apt-get -y install python python-yaml python-dateutil python-icalendar jekyll
+before_script:
+- apt-get -y update
+- apt-get -y install install python python-yaml python-dateutil python-icalendar jekyll
 
 test:
   stage: test
-- 
GitLab