diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c4f9a53439827f6fe6a50227080e17b89ff9195..8b78ea52f3c43598e0ed8ced373634d0e3ae0cf7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,12 @@ stages: - deploy - release +.install_requirements: &install_requirements + - apt-get -qq update + - apt-get -y install curl pip + - python3 -m pip install --upgrade pip + - pip install poetry + - poetry install --no-interaction build-openapi-scheme: stage: build