From e2345d622ef1389236d77f7b8cf19221860be5a7 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Tue, 16 Jan 2024 09:32:53 +0100 Subject: [PATCH] Always run test jobs --- tests/integration-tests/Defaults.gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration-tests/Defaults.gitlab-ci.yml b/tests/integration-tests/Defaults.gitlab-ci.yml index a63323b..1b4e34f 100644 --- a/tests/integration-tests/Defaults.gitlab-ci.yml +++ b/tests/integration-tests/Defaults.gitlab-ci.yml @@ -9,6 +9,15 @@ stages: [validate, test, build, deploy, cleanup] # Required to run everything immediately, instead of manually. +fmt: + rules: [{when: always}] + +validate: + rules: [{when: always}] + +plan: + rules: [{when: always}] + apply: rules: [{when: always}] -- GitLab