From 87990afdef15c9303e61f56206c09cdaab007364 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Wed, 3 Jun 2020 13:54:11 +0200 Subject: [PATCH] Revert "Remove redundant OpenAPI CI job" This reverts commit 73e061c8336f1e296ee6c7349bc17856086a2bce. --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c6b04520..a50f2e9897 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,6 +59,17 @@ backend-migrations: - pip install -e . - arkindex/manage.py makemigrations --check --noinput --dry-run -v 3 +backend-openapi: + extends: .backend-setup + stage: build + + script: + - ci/openapi.sh + + artifacts: + paths: + - output/ + backend-static: extends: .backend-setup stage: build -- GitLab