diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-13 13:54:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-13 13:54:59 -0600 |
| commit | 6949f277ea9cef8a117ab504befb592d0b138a1f (patch) | |
| tree | c917e5952f87d28129f88ffba369216ba37f8735 | |
| parent | 3d914be7f7a1e2c6acbcbda04fd07a5dfcd538db (diff) | |
chore: print docker info before running integration tests
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
