From 7f5bdd90b452526086801bd85d88540342df9c41 Mon Sep 17 00:00:00 2001
From: Dmitry Rodionov <d.rodionov@picodata.io>
Date: Wed, 27 Dec 2023 15:44:32 +0300
Subject: [PATCH] ci: allow to manually trigger image builder straight from
 picodata

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4dd75bf293..1d892f598f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -389,6 +389,16 @@ build-webui-bundle:
     paths:
       - picodata-webui/dist/bundle.json
 
+build-vm-image:
+  stage: test
+  when: manual
+  variables:
+    BRANCH: $CI_COMMIT_BRANCH
+  trigger:
+    project: picodata/picodata/picodata-fstek-vmbuilder
+    branch: main
+    strategy: depend
+
 .pack:
   stage: pack
   tags:
-- 
GitLab