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

Retry phpunit and phpcs once if they failed

parent d86a208f
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ Test Code Style:
<<: *test_lakedrops_default
script:
- ahoy test phpcs
retry: 1
artifacts:
name: phpcs
when: always
......@@ -42,6 +43,7 @@ Test PHPUnit:
<<: *test_lakedrops_default
script:
- ahoy test phpunit -- --log-junit /tmp/logs/junit.xml --testdox-html /tmp/logs/testdox.html
retry: 1
artifacts:
name: phpunit
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment