Skip to content
Snippets Groups Projects
Commit b9cdef36 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

fix yaml

parent 696d4313
No related branches found
No related tags found
2 merge requests!126Resolve "Isolate Integration Tests",!90Develop
Pipeline #67476 passed
......@@ -3,7 +3,7 @@ integration-test:
stage: integration-test
needs: [ "apply" ]
variables:
- GOSDN_LOG: nolog
GOSDN_LOG: "nolog"
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......@@ -21,7 +21,7 @@ unit-test:
stage: test
allow_failure: true
variables:
- GOSDN_LOG: nolog
GOSDN_LOG: "nolog"
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment