From 1976b20bbec87e1af0095103a0993cd7dc14992e Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 9 Nov 2022 11:38:31 +0100
Subject: [PATCH] Run CI when tests change

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8595fba..87cdf6b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ include:
       - Chart.yaml
       - .gitlab-ci.yml
       - cypress.config.js
+      - cypress/**/*
 
 stages:
   - lint-helm-chart
-- 
GitLab