before_script: - apt-get update - apt-get install -q -y python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev tidy - pip install -q -r requirements.txt - cp Makefile.example Makefile - cp example_project/local_settings.py.gitlab-ci example_project/local_settings.py variables: POSTGRES_DB: ishtar POSTGRES_USER: ishtar POSTGRES_PASSWORD: "ishtar" services: - mdillon/postgis:9.1 master: script: "make test_gitlab" only: - master