diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 15:06:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 15:06:33 -0700 |
commit | 4c9538d80500500b1b60f4f2feb9d782035abc14 (patch) | |
tree | cad0efc1e0fbc15974a240a8ce5dc55a7ddc72bc | |
parent | b0164ee2d8f40ca655dac1e7910b81540ac97bbb (diff) | |
download | sandcrawler-4c9538d80500500b1b60f4f2feb9d782035abc14.tar.gz sandcrawler-4c9538d80500500b1b60f4f2feb9d782035abc14.zip |
fetch deps in pig script
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4f47b4..37f2626 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,5 +15,6 @@ test_mapreduce: test_pig: script: - cd pig + - ./fetch_deps.sh - pipenv install --dev --deploy - pipenv run pytest |