Skip to content
Snippets Groups Projects
Commit 8d06c524 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Apply suggestion to .gitlab-ci.yml

parent 60a55228
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ behave-wordpress:
script:
# Wait for wordpress pod to be Ready
- ssh root@$FQDN '/bin/bash -c "kubectl wait -n oas-apps pod -l release=wordpress --for condition=Ready --timeout=20m"'
# Run behave tests against Rocket.Chat
# Run behave tests against wordpress
- python3 -m openappstack $HOSTNAME test --behave-headless --behave-tags wordpress || python3 -m openappstack $HOSTNAME test --behave-headless --behave-rerun-failing --behave-tags wordpress
artifacts:
paths:
......
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