From 8943a2c1843499f8c313266672bc044d356247ef Mon Sep 17 00:00:00 2001
From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr>
Date: Fri, 19 Jan 2024 15:12:16 +0100
Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20possibilit=C3=A9=20de=20lance?=
 =?UTF-8?q?r=20le=20pipeline=20manuellement.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2085d7..52522d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ build-dois-csv:
 
   only:
     - schedules
+    - web
 
   before_script:
     - apk update
-- 
GitLab