diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6816c929b3561f7c3b32d8849c11783e1d3438b0..6a1958d55860c8af3a1eece70c946e3565cf3168 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ include:
       - values.yaml
       - Chart.yaml
       - .gitlab-ci.yml
+      - cypress.config.js
 
 stages:
   - lint-helm-chart
diff --git a/cypress.config.js b/cypress.config.js
index 79b326ed8499e82bff7db8b4d69d2b53d3a44726..ad6336133d077a483ec50eb3f89f0214c5c41cf4 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -18,5 +18,7 @@ module.exports = defineConfig({
   // https://docs.cypress.io/guides/references/configuration#Timeouts
   // Nextcloud and especially Onlyoffice load slow so we need to increase
   // the global timeout
-  defaultCommandTimeout: 30000
+  defaultCommandTimeout: 30000,
+  videoCompression: false,
+  videoUploadOnPasses: false
 });