From 3445f0616bb327f5a2df7edf21ea639327f0fb19 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Mon, 17 Jan 2022 16:21:38 +0100
Subject: [PATCH] CI: run job tests_debug on master

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90aebf8c5..f5755d4a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,9 +75,9 @@ tests_debug:
   rules:
     - if: $CI_COMMIT_REF_NAME =~ /^wip*$/
       when: manual
-    - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"'
+    - if: $CI_COMMIT_TAG
       when: never
-    - if: $CI_MERGE_REQUEST_ID
+    - if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
     - when: manual
   stage: tests
   variables:
-- 
GitLab