Skip to content
Snippets Groups Projects
Unverified Commit e2345d62 authored by Timo Furrer's avatar Timo Furrer
Browse files

Always run test jobs

parent dbbad579
Branches
No related tags found
No related merge requests found
......@@ -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}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment