From 4872125406251b527fa6a47096cf1861d50b46ff Mon Sep 17 00:00:00 2001 From: Samuel Mimram <smimram@gmail.com> Date: Wed, 21 May 2025 09:50:12 +0200 Subject: [PATCH] double install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e24050..895845d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: ubuntu:latest before_script: - apt-get -y update -- apt-get -y install install python3 python3-yaml python3-dateutil python3-icalendar jekyll +- apt-get -y install python3 python3-yaml python3-dateutil python3-icalendar jekyll test: stage: test -- GitLab