Commit c78af274 authored by Cresson Remi's avatar Cresson Remi
Browse files

CI: add spatial test

1 merge request!29Fix docstring
Showing with 5 additions and 0 deletions
+5 -0
...@@ -59,6 +59,11 @@ pages: ...@@ -59,6 +59,11 @@ pages:
- mkdir tests_artifacts - mkdir tests_artifacts
- export TEST_DATA_DIR="$PWD/test_data" - export TEST_DATA_DIR="$PWD/test_data"
spatial:
extends: .test_base
script:
- pytest -o log_cli=true --log-cli-level=INFO --junitxml=report_spatial_test.xml test/spatial_test.py
imagery: imagery:
extends: .test_base extends: .test_base
script: script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment