diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 22:25:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 22:25:59 -0700 |
commit | c3c5a6ef57e83ff4395f9f87e7e372c6c371e4a5 (patch) | |
tree | 7456a79b9b2e677296c95a5be761b0e801daf0f2 | |
parent | 67670169d0779217cc393fac254d3fa1e8c1706c (diff) | |
download | sandcrawler-c3c5a6ef57e83ff4395f9f87e7e372c6c371e4a5.tar.gz sandcrawler-c3c5a6ef57e83ff4395f9f87e7e372c6c371e4a5.zip |
gitlab CI: run both python and python_hadoop tests
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f927fe..7792992 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,12 @@ test_python: - cd python - pipenv install --dev --deploy - pipenv run pytest --cov - - pipenv run pylint -E *.py + +test_python_hadoop: + script: + - cd python_hadoop + - pipenv install --dev --deploy + - pipenv run pytest --cov test_scalding: script: |