unit-testing-erratic: allow failure

This commit is contained in:
Alex Gleason 2022-01-15 13:35:22 -06:00
parent ecdc81b37a
commit ac434f83c3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ unit-testing:
unit-testing-erratic:
stage: test
retry: 2
allow_failure: true
only:
changes:
- "**/*.ex"