From c0c6048041f68bd8e4b6593b829e237019535e9a Mon Sep 17 00:00:00 2001 From: David Dorchies <david.dorchies@inrae.fr> Date: Thu, 11 Jan 2024 16:55:04 +0000 Subject: [PATCH] chore: revert e2e testing in dev branches Finish to revert cb9edb310f17f933a61f390a2f82ca41db798e13 Refs #648 --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07dd1f879..978211c5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,11 @@ install: test: stage: test + only: + - tags + - schedules + - web + - master script: - npm run e2e -- GitLab