Skip to content

Commit

Permalink
Add unique test
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Jul 4, 2024
1 parent 6d5f136 commit 41551cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ Build matched data:
when: manual

Test:
stage: test
image: $CI_REGISTRY_IMAGE:latest
tags:
- data-in
before_script:
- mkdir -p ~/.config/openfisca-survey-manager
- pip3 install -e .[dev]
- cp ./runner/openfisca_survey_manager_raw_data.ini ~/.config/openfisca-survey-manager/raw_data.ini
- cp /mnt/data-out/openfisca-france-indirect-taxation/openfisca_survey_manager_config_with_matched_data.ini ~/.config/openfisca-survey-manager/config.ini
- mkdir -p /root/ci-files/data_collections
script:
- openfisca test --country-package openfisca_france_indirect_taxation openfisca_france_indirect_taxation/tests/test_prix_carburants_accises.py


Test_All:
stage: test
image: $CI_REGISTRY_IMAGE:latest
tags:
Expand Down

0 comments on commit 41551cf

Please sign in to comment.