include: - project: 'cicd/ci' file: 'fastapi-app.yml' variables: GIT_STRATEGY: 'clone' APP_VERSION: '1.0.0' APP_PORT: 8501 APP_SHARED: 1 BASE_IMAGE: 'fastapi-template:1.3.0'