From c94781fda09ed71fb436561def575f1c7b6bf33c Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Tue, 8 Jun 2021 14:41:36 +0200 Subject: [PATCH] debug output for test --- build/ci/.test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 863f3e315..9d31bb38e 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -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 -- GitLab