Skip to content
Snippets Groups Projects
Commit 69ea4cb3 authored by Magnus Svensson's avatar Magnus Svensson
Browse files

Fix: Run tests if variablle is true

parent 0bfe0afe
No related branches found
No related tags found
No related merge requests found
...@@ -43,13 +43,13 @@ pdk-test-unit: ...@@ -43,13 +43,13 @@ pdk-test-unit:
rules: rules:
- if: $CI_PROJECT_NAMESPACE != "pm-liuit" && $CI_PROJECT_NAMESPACE != "pm-liumirror" - if: $CI_PROJECT_NAMESPACE != "pm-liuit" && $CI_PROJECT_NAMESPACE != "pm-liumirror"
when: never when: never
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_ENFORCE == "TRUE" - if: $CI_COMMIT_REF_PROTECTED && $TEST_ENFORCE == "TRUE"
when: always when: always
allow_failure: false allow_failure: false
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_RUN == "TRUE" - if: $CI_COMMIT_REF_PROTECTED && $TEST_RUN == "TRUE"
when: always when: always
allow_failure: true allow_failure: true
- if: '$CI_COMMIT_REF_PROTECTED' - if: $CI_COMMIT_REF_PROTECTED
when: manual when: manual
allow_failure: true allow_failure: true
retry: retry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment