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

debug output for test

parent c95b0f74
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73961 passed
......@@ -29,6 +29,7 @@ integration-test:cmd:
<<: *integration-test
variables:
K8S_OP: "getenv"
CI_DEBUG_TRACE: "true"
needs:
- job: "build:merge-request"
- job: "apply"
......@@ -36,7 +37,9 @@ integration-test:cmd:
- job: "build:k8s-bot"
artifacts: true
script:
- ls
- cd ./test/integration
- ls
- ./../build/cd/k8s-bot
- go test -race -v -run TestCmdIntegration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment