From 6949f277ea9cef8a117ab504befb592d0b138a1f Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 13 May 2025 13:54:59 -0600 Subject: chore: print docker info before running integration tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8be3ccb..0c5d7d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ integration: before_script: - apt-get update && apt-get install --no-install-recommends -y docker.io - echo "$CI_JOB_TOKEN" | docker login -u gitlab-ci-token --password-stdin "$CI_REGISTRY" + - docker info script: - go test -v -tags=integration ./test/integration/... variables: -- cgit v1.2.3