aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-30 20:10:29 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-30 20:42:05 +0200
commitcaca113e0b9a724899dde2158f0f4605d9c3f3e5 (patch)
tree24042922349fd9e908bbbdd5e9d349a177eee347
parentProeprly set up lint and test stages. (diff)
Use system Python interpreter.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8bcb91e..131e2089 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ test:
services:
- postgres:10-alpine
script:
- - pipenv run manage.py test
+ - python manage.py test
variables:
DATABASE_URL: postgres://django:supersecret@postgres/pysite
POSTGRES_DB: pysite