Combine similar article
This commit is contained in:
21
pyth/.gitlab-ci.yml
Normal file
21
pyth/.gitlab-ci.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
variables:
|
||||
|
||||
before_script:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
test_file1:
|
||||
stage: test
|
||||
script:
|
||||
- python -m pytest tests/test_scrapingsingle.py
|
||||
only:
|
||||
- master
|
||||
|
||||
test_file2:
|
||||
stage: test
|
||||
script:
|
||||
- python -m pytest tests/test_vectData.py
|
||||
only:
|
||||
- master
|
||||
Reference in New Issue
Block a user