Skip to content
Snippets Groups Projects
Commit 256c4923 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#132): fix: always run `tests` job by default

parent fc898118
No related branches found
No related tags found
1 merge request!189Resolve "E2E tests fail but the CI succeeds"
Pipeline #34088 waiting for manual action
...@@ -137,6 +137,7 @@ tests: ...@@ -137,6 +137,7 @@ tests:
when: never when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"' - if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
when: manual when: manual
- when: always
variables: variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment