Update .gitlab-ci.yml file

This commit is contained in:
Slava
2025-03-03 15:48:17 +00:00
parent bf554be4cc
commit 50d343df8f

View File

@@ -14,7 +14,7 @@ test:
- main
before_script:
- apk add --no-cache docker-cli
- apk add --no-cache docker-cli curl jq # Устанавливаем curl и jq
- |
# Wait for Docker to be ready
until docker info; do