summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-11 18:30:00 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:55 -0600
commitf57db7a7ca4a18f49559f0c7b4c13ed526dbce5a (patch)
treec51457d41f38a1ce3b061a999ce8a3cae837b30b /.gitlab-ci.yml
parentf3472bc2ef970b44b5d3a0161a9aad6b78bd9003 (diff)
chore: install docker in integration test job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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/...