From fedfe316c85f676c96195897a72eec01ed7ca2ca Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 22 Jun 2020 19:15:20 +0200
Subject: [PATCH] Update spec path.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d740ccd..fc63fee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
   - deploy
 
 variables:
-  API_ROOT_FILE: ./api/engine.yaml
+  API_ROOT_FILE: ./src/rest/swagger/swagger.yaml
   BUNDLED_JSON_FILE: ./public/api.json
 
 cache:
-- 
GitLab