Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -31,5 +31,3 @@ unit-test-job: - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'GRANT ALL ON geography_columns TO PUBLIC;'; - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'GRANT ALL ON spatial_ref_sys TO PUBLIC;'; - /autocnet/bin/pytest . No newline at end of file rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' No newline at end of file Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -31,5 +31,3 @@ unit-test-job: - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'GRANT ALL ON geography_columns TO PUBLIC;'; - psql -d template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'GRANT ALL ON spatial_ref_sys TO PUBLIC;'; - /autocnet/bin/pytest . No newline at end of file rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' No newline at end of file