From 5cf68be3f076607229c41bd85c53ac322b654ad1 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Tue, 24 May 2022 12:22:08 +0200
Subject: [PATCH] feature(codeception): prepare

---
 includes/tests/codeception-parallel.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/tests/codeception-parallel.yml b/includes/tests/codeception-parallel.yml
index d532fda..3da2aba 100644
--- a/includes/tests/codeception-parallel.yml
+++ b/includes/tests/codeception-parallel.yml
@@ -85,7 +85,7 @@ prepare codeception tests:
     - chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
     - echo "End before"
     - cd ${CI_PROJECT_DIR}
-    - prepare-local-codeception-tests
+    - composer prepare-local-codeception-tests
     - composer prepare-parallel-codeception-tests 5
     - vendor/bin/codecept run acceptance $PARALLEL_JOB --steps --xml --html -f --verbose
   after_script:
-- 
GitLab