Skip to content

Commit

Permalink
Put back all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Jul 5, 2024
1 parent 3f5b128 commit 76f700c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ Test_YAML_Carburants:
- openfisca test --country-package openfisca_france_indirect_taxation openfisca_france_indirect_taxation/tests/formulas/*carbu*


# Test_All:
# 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:
# - make test
Test_All:
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:
- make test

0 comments on commit 76f700c

Please sign in to comment.