Skip to content
Snippets Groups Projects
Verified Commit 0f61c779 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

do not check if behave.ini exists, because test step generates it

parent 828bd249
No related branches found
No related tags found
No related merge requests found
......@@ -113,9 +113,6 @@ behave-nextcloud:
stage: integration-test
script:
# Debug failing CI caches which happened in the past
- find . -name behave.ini
- ls -al test/behave
- grep -v 'password' test/behave/behave.ini
- python -m openappstack $CI_PIPELINE_ID test --behave --behave-headless --behave-tags nextcloud || python -m openappstack $CI_PIPELINE_ID test --behave --behave-headless --behave-rerun-failing --behave-tags nextcloud
artifacts:
paths:
......@@ -135,9 +132,6 @@ behave-grafana:
stage: integration-test
script:
# Debug failing CI caches which happened in the past
- find . -name behave.ini
- ls -al test/behave
- grep -v 'password' test/behave/behave.ini
- python -m openappstack $CI_PIPELINE_ID test --behave --behave-headless --behave-tags grafana || python -m openappstack $CI_PIPELINE_ID test --behave --behave-headless --behave-rerun-failing --behave-tags grafana
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