diff options
author | 2018-08-30 20:10:29 +0200 | |
---|---|---|
committer | 2018-08-30 20:42:05 +0200 | |
commit | caca113e0b9a724899dde2158f0f4605d9c3f3e5 (patch) | |
tree | 24042922349fd9e908bbbdd5e9d349a177eee347 /.gitlab-ci.yml | |
parent | Proeprly set up lint and test stages. (diff) |
Use system Python interpreter.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |