From bd96a72ce25f550f797ae3240abaf301bc9761b8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2026 14:37:00 -0400 Subject: [PATCH] fix test image name for cicd --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2907856..8a1cf94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ unit_tests: integration_tests: stage: test - image: node:20-bookworm + image: alpine:latest services: - name: postgres:16-alpine alias: postgres