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
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #67469 failed
integration-test:
image: golang:1.14
stage: integration-test
needs: ["apply"]
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......@@ -15,6 +16,7 @@ integration-test-merge-request:
image: golang:1.14
stage: integration-test
allow_failure: true
needs: ["apply"]
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
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