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

Trying source activate in .gitlab-ci.yml file

parent 5a3ae83e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ unit-test-job:
    - mamba env create -f environment.yml -n autocnet_env
    - conda init
    - source /root/.bashrc
    - conda activate autocnet_env
    - source activate autocnet_env
    - psql -h $POSTGRES_HOST -c 'create database template_postgis;' -U postgres -p 35432;
    - psql template_postgis -h $POSTGRES_HOST -U postgres -p 35432 -c 'create extension postgis';
    - psql template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'create extension postgis_topology';