Skip to content
Snippets Groups Projects
Commit 16edd5bb authored by jurgenhaas's avatar jurgenhaas
Browse files

#43 Fix write permissions for Behat test logs

parent cf9ce1a6
Branches
No related tags found
No related merge requests found
......@@ -71,14 +71,16 @@ Test Behat:
- job: Update DB
optional: true
script:
- if [[ -f tests/behat/default.xml ]]; then rm tests/behat/default.xml; fi
- if [[ -d tests/behat/log ]]; then rm -rf tests/behat/log; fi
- mkdir -p tests/behat/log
- chmod oug+w tests/behat/log
- ahoy behat update
- ahoy behat exec -- --format junit --out tests/behat
- ahoy behat exec -- --format junit --out tests/behat/log
artifacts:
name: behat
when: always
paths:
- tests/behat/default.xml
- tests/behat/log
rules:
- if: '$DISABLE_CI_TEST_BEHAT != "1"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment