diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be168848f50400dc279ad8b9bbf0f7036b467d06..b53f8b5dc66275e2f93cbe19143c6591ea57b028 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -765,15 +765,18 @@ nextcloud-taiko:
     - .taiko
     - .nextcloud_rules
 
-rocketchat-taiko:
-  variables:
-    APP: "rocketchat"
-  needs:
-    - job: rocketchat-cert
-    - job: setup-openappstack
-  extends:
-    - .taiko
-    - .rocketchat_rules
+
+# Disable for now until https://open.greenhost.net/openappstack/openappstack/-/issues/819
+# is fixed
+# rocketchat-taiko:
+#   variables:
+#     APP: "rocketchat"
+#   needs:
+#     - job: rocketchat-cert
+#     - job: setup-openappstack
+#   extends:
+#     - .taiko
+#     - .rocketchat_rules
 
 
 wordpress-taiko: