From b33bba966896359a16f6c48e4cd8d305872461dd Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 23 Mar 2022 13:53:46 +0100
Subject: [PATCH] Include dummy job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 701ed90f..0796b1b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,13 @@
 include:
   - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
+  - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/dummy_job_template/.gitlab/ci_templates/dummy_job.yml
   - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
 
 stages:
   - lint-helm-chart
   - package-helm-chart
   - release-helm-chart
+  - .post
 
 variables:
   CHART_NAME: nextcloud-onlyoffice
-- 
GitLab