From 8bc19d8e73884653276fbc1f240548d1dc47fa2f Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 18 Apr 2016 05:06:16 +0200 Subject: [PATCH] New CI test, without APT --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42978c2b..26ffaf84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ test: script: # this configures django application to use attached postgres database that is run on `postgres` host - - apt-get update -qy - - apt-get install -y python3-dev python3-pip + #- apt-get update -qy + #- apt-get install -y python3-dev python3-pip - pip install -r requirements.txt - python manage.py test