From 20686a1b4490001c2004e500a9e0eaa39452f476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Fri, 17 Mar 2023 06:28:33 +0100 Subject: [PATCH] chore(ci): revert temporary change to .gitlab-ci.yml aimed at triggering CI tests on a feature branch refs #608 --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e00eb59e2..92811cedb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,11 @@ install: test: stage: test + only: + - tags + - schedules + - web + - master script: - npm run e2e -- GitLab