From caca113e0b9a724899dde2158f0f4605d9c3f3e5 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 30 Aug 2018 20:10:29 +0200 Subject: Use system Python interpreter. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3