Skip to content
Snippets Groups Projects
Commit 3445f061 authored by Éloïs's avatar Éloïs
Browse files

CI: run job tests_debug on master

parent c58096a5
No related branches found
No related tags found
No related merge requests found
...@@ -75,9 +75,9 @@ tests_debug: ...@@ -75,9 +75,9 @@ tests_debug:
rules: rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/ - if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual when: manual
- if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH == "master"' - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_MERGE_REQUEST_ID - if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
- when: manual - when: manual
stage: tests stage: tests
variables: variables:
......
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