From 8a0c61baefd3693d18972e59ae4308446aeb553d Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 23 Dec 2021 17:28:36 +0100
Subject: [PATCH] [CI] Fix variables section and triggers

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4decb62..f47026f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-vars:
+variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 deploy:
@@ -9,6 +9,7 @@ deploy:
       changes:
       - values.yaml
       - .gitmodules
+      - .gitlab-ci.yml
   environment:
     name: production/edugit
   script:
-- 
GitLab