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