Skip to content

Commit

Permalink
gitlab ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnuesslein committed Aug 2, 2019
1 parent e5ce1c7 commit ac60256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- export LANG=C.UTF-8
- ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
- apt-get update
- apt-get install -y git python3-dev python3-pip gdal-bin wkhtmltopdf postgis xvfb
- apt-get install -y git python3-dev python3-pip gdal-bin wkhtmltopdf xvfb
- pip3 install pipenv
- pipenv install --dev
- echo -e "DJANGO_SETTINGS_MODULE=config.settings.dev\nDATABASE_URL=postgis://landmatrix:landmatrix@mdillon__postgis/landmatrix\nELASTICSEARCH_URL='http://elasticsearch'" > .env
Expand All @@ -27,5 +27,4 @@ test:

after_script:
- export LANG=C.UTF-8
- ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
- pipenv run coverage report

0 comments on commit ac60256

Please sign in to comment.