Skip to content
Snippets Groups Projects
Commit c31f0030 authored by Cresson Remi's avatar Cresson Remi
Browse files

CI: add planetary computer test

parent 837544ed
No related branches found
No related tags found
2 merge requests!105Release 4.2.2,!104COMP: update OTB version
Pipeline #191666 failed
......@@ -211,6 +211,11 @@ geos_enabled:
script:
- python -m pytest --junitxml=$ARTIFACT_TEST_DIR/report_geos_enabled.xml $OTBTF_SRC/test/geos_test.py
planetary_computer:
extends: .applications_test_base
script:
- python -m pytest --junitxml=$ARTIFACT_TEST_DIR/report_pc_enabled.xml $OTBTF_SRC/test/pc_test.py
imports:
extends: .applications_test_base
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment