diff --git a/tests/integration-tests/Defaults.gitlab-ci.yml b/tests/integration-tests/Defaults.gitlab-ci.yml index a63323b54080cf594fcf57acf02f368c021e525f..1b4e34fd2a5cd37747c2f1b76ac8a5083ba7f23d 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}]