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

Try fixing the behat task which needs to update its own configuration first

parent c0a4592f
Branches
No related tags found
No related merge requests found
...@@ -247,9 +247,9 @@ stages: ...@@ -247,9 +247,9 @@ stages:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
- ls -lisa tests/behat - ls -lisa tests/behat/
- ahoy behat update - ahoy behat update
- ls -lisa tests/behat - ls -lisa tests/behat/
- ahoy behat test2xml - ahoy behat test2xml
- docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/tests/output/default.xml ./behat.xml - docker cp ${COMPOSE_PROJECT_NAME}_php_1:/var/www/html/tests/output/default.xml ./behat.xml
retry: 1 retry: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment