Update .gitlab-ci.yml

This commit is contained in:
2021-03-07 15:29:45 +00:00
parent b8d91c1cf5
commit 22c9f124ec

View File

@@ -22,4 +22,4 @@ pylint:
unit_test: unit_test:
stage: Test stage: Test
script: script:
- pytest test_scrape.py - pytest -v test_scrape.py