Skip to content
Snippets Groups Projects
Commit a24ff967 authored by Aaron Viets's avatar Aaron Viets
Browse files

.gitlab-ci.yml: pytest doesn't like -c option

parent 7b4ad436
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ test:
# check the GST plugins
- gst-inspect-1.0
# run the tests
- python3 -m pytest -c pytest.ini
- python3 -m pytest
# Docker Images
......
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