From 9664eaa91888c23816a3af95131efdaf2149a728 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Fri, 30 Jul 2021 01:03:46 +0200
Subject: [PATCH] Fix taiko tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c2b44e86..b5bc3a5ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -849,7 +849,7 @@ kube-prometheus-stack-alerts:
   script:
     - *debug_information
     # Run the taiko tests for specific app
-    - python3 -m openappstack $HOSTNAME test --resources $RESOURCE
+    - python3 -m openappstack $HOSTNAME test --apps $RESOURCE
   retry: 2
   artifacts:
     paths:
-- 
GitLab