aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 13:34:12 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 13:34:12 -0700
commit69cfb2c38f68fc009d6c7f5107fc36cd7168e69e (patch)
tree5f10cc58c150a6953fe996e125155538c0d2febf /.gitlab-ci.yml
parentaabb14864abcff9057871904b3da848e5b14acd9 (diff)
downloadsandcrawler-69cfb2c38f68fc009d6c7f5107fc36cd7168e69e.tar.gz
sandcrawler-69cfb2c38f68fc009d6c7f5107fc36cd7168e69e.zip
gitlab-ci: copy env var in to place for tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
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