Error handling for http errors; added gitlab-ci
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
ruby:
|
||||
stage: test
|
||||
script:
|
||||
- pytest --junitxml report.xml yoink/tests/test_basic.py
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
junit: report.xml
|
||||
Reference in New Issue
Block a user