Skip to content
Snippets Groups Projects
Verified Commit 0eb95cc4 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: ensure codeception has correct path for 3rd party plugins


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent cc3b4d3a
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
- mkdir -p /project - mkdir -p /project
- mkdir -p ${APACHE_DOCUMENT_ROOT} - mkdir -p ${APACHE_DOCUMENT_ROOT}
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/{_output,acceptance,functional,unit} - mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/{_output,acceptance,functional,unit}
- export DEPENDENT_PLUGINS_DIR=${CI_PROJECT_DIR}/tests/dependent_plugins
- export MYSQL_IP=$(awk '/^[[:space:]]*($|#)/{next} /mysqltests/{print $1; exit}' /etc/hosts) - export MYSQL_IP=$(awk '/^[[:space:]]*($|#)/{next} /mysqltests/{print $1; exit}' /etc/hosts)
- export WOOTESTS_IP=$(awk '/^[[:space:]]*($|#)/{next} /wootests/{print $1; exit}' /etc/hosts) - export WOOTESTS_IP=$(awk '/^[[:space:]]*($|#)/{next} /wootests/{print $1; exit}' /etc/hosts)
- export TEST_SITE_WP_URL="http://${WOOTESTS_IP}" - export TEST_SITE_WP_URL="http://${WOOTESTS_IP}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment