Skip to content
Snippets Groups Projects

Unit test shouldn't fail in GitLab CI

Merged Nico requested to merge (removed):gitlab-ci into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -23,4 +23,3 @@ pytest:
stage: test
coverage: '/TOTAL.*\s+(\d+%)$/'
script: tools/tests/test-pytest.sh
allow_failure: true
Loading