diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 344524a..9af2459 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -22,12 +22,9 @@ steps: GISAF__DB__HOST: gisaf-database commands: # Initialize database - - ls -l .venv/bin/gisaf - - ls -l .venv/bin/python* - - cat .venv/bin/gisaf - .venv/bin/gisaf create-db - .venv/bin/pytest -s tests/basic.py services: gisaf-database: - image: code.philo.ydns.eu/philorg/treetrail-database + image: code.philo.ydns.eu/philorg/gisaf-database