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

Try with just pytest in .gitlab-ci.yml file

parent 070d3a8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,4 +31,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;';
    - /autocnet/bin/pytest .
 No newline at end of file
    - pytest .
 No newline at end of file