Skip to content

Commit

Permalink
CI: add planetary computer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cresson Remi committed Oct 19, 2023
1 parent 837544e commit c31f003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c31f003

Please sign in to comment.