Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,4 @@ unit-test-job: - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -c 'GRANT ALL ON geometry_columns TO PUBLIC;'; - 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;'; - ls /usr/lib/x86_64-linux-gnu/ - pytest . Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,4 @@ unit-test-job: - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -c 'GRANT ALL ON geometry_columns TO PUBLIC;'; - 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;'; - ls /usr/lib/x86_64-linux-gnu/ - pytest .