diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d66097633c4e1ccb998fbdfe9f515db215149ae6..b5d2aec385633cf5003b34cb1d85b81d28efeb0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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