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

ls the missing library file in .gitlab-ci.yml file

parent ba9df575
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,4 +27,5 @@ 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/libGL.so.1
    - pytest .
 No newline at end of file