From d0a5f2f72c961095d2714178bd831d4153e60d25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Thu, 11 May 2023 10:53:21 +0200
Subject: [PATCH] test(e2e): disable CI tests on pushes

refs #618
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50693bbe..92811ced 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,6 @@ install:
 test:
   stage: test
   only:
-    - pushes
     - tags
     - schedules
     - web
-- 
GitLab