Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ before_script: stages: - test - deploy unit-test-job: stage: test script: Loading @@ -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: Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ before_script: stages: - test - deploy unit-test-job: stage: test script: Loading @@ -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: Loading