From a6844db5c24219c51e04937d227d97e482b1fe8a Mon Sep 17 00:00:00 2001
From: Jean-Matthieu Etancelin <jean-matthieu.etancelin@univ-pau.fr>
Date: Thu, 23 Feb 2023 14:34:06 +0100
Subject: [PATCH] test ci trigger

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef6a6b962..a0ac6be17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,8 +82,10 @@ test:jammy:
 # Trigger the CI of hysop-doc project to re-build online documentation (user+generated)
 onlinedocupdate:
   stage: doc
-  rules:
-    - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
+  # dependencies:
+  #   - test:jammy
+  # rules:
+  #   - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
   trigger:
     project: particle_methods/hysop-doc
     branch: main
-- 
GitLab