Skip to content
Snippets Groups Projects
Verified Commit 02ea3aad authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Check failing py_tests.

parent b6787424
No related branches found
No related tags found
1 merge request!2CI with Python template
Pipeline #187464 passed with warnings with stage
in 30 seconds
......@@ -13,10 +13,18 @@ py_tests:
- !reference [.ci-setup, script]
- cd $PROJECT_ROOT
- !reference [default, before_script]
- |
if [ $EXIT_CODE -eq 1 ]; then
sed -i "s/==/!=/g" tests/test_base.py
fi
parallel:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 1
allow_failure:
exit_codes: 1
py_lint:
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment