From f76e99a3e3283e2de78ff18034a058be8f679cdc Mon Sep 17 00:00:00 2001 From: bacon Date: Mon, 3 Mar 2025 20:37:19 +0300 Subject: [PATCH] fixes --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e19db2c..cae8436 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ pre_push: needs: - build stage: pre_push + before_script: + - apk add curl script: - echo "Running container to test image" - docker run -d --name test_container -p 5050:5050 $CI_REGISTRY/$CI_PROJECT_PATH:$CI_COMMIT_REF_SLUG