From 429d3fb58411adfc7dfeb01f3b64377706defd97 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Thu, 14 May 2020 21:59:55 +0200
Subject: [PATCH] [ci] job tests: exec auto on MR pipeline and manual on
 feature branch push pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e21b990a..4331602a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,8 +85,8 @@ tests:
     - if: $CI_COMMIT_TAG
       when: never
     - if: $CI_MERGE_REQUEST_ID
-      when: manual
-    - when: on_success
+      when: on_success
+    - when: manual
   stage: tests
   script:
     - npm i
-- 
GitLab