From f57db7a7ca4a18f49559f0c7b4c13ed526dbce5a Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 May 2025 18:30:00 -0600 Subject: chore: install docker in integration test job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1075f43..eee6895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ integration: services: - docker:28-dind before_script: - # - apt-get update && apt-get install --no-install-recommends -y docker.io + - 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" script: - go test -tags=integration ./test/integration/... -- cgit v1.2.3