aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-16 14:08:41 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-16 14:08:41 +0100
commit98d7e77866f9c5ab1bb68a3cc027c2024bda99dd (patch)
treed7dfa7aa197bc72bf876176a6efae0e4bfb29ccd
parentcommitting to force redeploy (diff)
Remove venv cache, breaks on public runners
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d13ef5f1..ea398d508 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,9 +9,6 @@ test:
- docker
stage: test
- cache:
- paths:
- - ".venv"
script:
- pipenv sync --dev