diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba658498..b89e6bef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ deploy_qa: AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION script: - apk add --no-cache curl python3 py3-pip git + - pip install setuptools==75.1.0 - pip install urllib3==2.0.6 - pip install botocore==1.31.62 - pip install boto3==1.28.62 @@ -88,6 +89,7 @@ deploy_live: AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION script: - apk add --no-cache curl jq python3 py3-pip git + - pip install setuptools==75.1.0 - pip install urllib3==2.0.6 - pip install botocore==1.31.62 - pip install boto3==1.28.62