From f3545435167ee8b4871777577028d515447f0d97 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Wed, 2 Nov 2022 17:05:36 -0400 Subject: [PATCH] Need build-openapi-scheme to deploy-spec --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 991a2cfc..f95cb872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,8 @@ build-openapi-scheme: deploy_spec: stage: deploy image: node:16-alpine + needs: + - build-openapi-scheme before_script: - apk update - apk add nodejs npm lftp -- GitLab