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

integration tests need tf apply

parent f1d94f20
Branches
No related tags found
1 merge request!90Develop
Pipeline #67469 failed
integration-test: integration-test:
image: golang:1.14 image: golang:1.14
stage: integration-test stage: integration-test
needs: ["apply"]
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
...@@ -15,6 +16,7 @@ integration-test-merge-request: ...@@ -15,6 +16,7 @@ integration-test-merge-request:
image: golang:1.14 image: golang:1.14
stage: integration-test stage: integration-test
allow_failure: true allow_failure: true
needs: ["apply"]
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment