Commit 9ab4d244 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Update .gitlab-ci.yml

parent 364b2016
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ before_script:
stages:
  - test
  - deploy

unit-test-job:
  stage: test
  script:
@@ -35,6 +36,7 @@ unit-test-job:
    - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -c 'GRANT ALL ON geography_columns TO PUBLIC;';
    - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -c 'GRANT ALL ON spatial_ref_sys TO PUBLIC;';
    - pytest .

doc-build-and-deploy:
  stage: test 
  script: