Commit fa5e8853 authored by Paquette, Adam Chance's avatar Paquette, Adam Chance
Browse files

Removed merge request restriction in .gitlab-ci.yml file

parent 0a002fad
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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