diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b9e1329a793139523273a1cd147244a1979b013..d1ab2ac023781b6e81113a41b0620ebd6a370db7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: