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

Trying with postgis container instead of postgres container in .gitlab-ci.yml file

parent 785777ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
image: condaforge/mambaforge:latest

services:
    - name: code.usgs.gov:5001/astrogeology/autocnet/postgres
    - name: code.usgs.gov:5001/astrogeology/autocnet/postgis
      alias: postgres
      entrypoint: ["docker-entrypoint.sh"]
      command: ["postgres"]