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

Apply suggestion to .gitlab-ci.yml

parent 7bdc0f69
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ behave-nextcloud:
behave-wordpress:
stage: integration-test
script:
# Wait for Rocket.Chat pod to be Ready
# 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
- python3 -m openappstack $HOSTNAME test --behave-headless --behave-tags wordpress || python3 -m openappstack $HOSTNAME test --behave-headless --behave-rerun-failing --behave-tags wordpress
......
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