From 9be0343695d8370a4bee6d38b45a4430b017f6d0 Mon Sep 17 00:00:00 2001 From: Utsho Dey Date: Tue, 17 Dec 2024 18:51:05 +0600 Subject: [PATCH] added curl command --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f4fa69..61bc1ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ stages: - test before_script: + - apt-get update + - apt-get install -y curl - python --version - pip install virtualenv - virtualenv venv @@ -47,4 +49,4 @@ test: else echo "❌ Health check failed with status $RESPONSE" exit 1 - fi + fi \ No newline at end of file