diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 13:34:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 13:34:12 -0700 |
commit | 69cfb2c38f68fc009d6c7f5107fc36cd7168e69e (patch) | |
tree | 5f10cc58c150a6953fe996e125155538c0d2febf | |
parent | aabb14864abcff9057871904b3da848e5b14acd9 (diff) | |
download | sandcrawler-69cfb2c38f68fc009d6c7f5107fc36cd7168e69e.tar.gz sandcrawler-69cfb2c38f68fc009d6c7f5107fc36cd7168e69e.zip |
gitlab-ci: copy env var in to place for tests
-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 3fbc709..457a250 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ before_script: test_python: script: - cd python + - cp example.env .env - pipenv install --dev --deploy - make coverage - make lint |