From 1f9899387143b67fa894f9f0af8d7ed9864d4316 Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 18 Apr 2016 05:09:23 +0200 Subject: [PATCH] It worked, really deleting APT lines! We have now CI! :) --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26ffaf84..4933c51c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,4 @@ 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 - pip install -r requirements.txt - python manage.py test