Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Aug 7, 2024
1 parent fa65107 commit 7e60bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ cache:
stages:
- docker
- test
- pote
- build_collection
- build_input_data
- diagnostics
- aggregates
- run_on_all_years
- build_input_data_all
- aggregates_all
- pote
- anaconda

before_script:
Expand Down Expand Up @@ -140,7 +140,7 @@ build_and_test_pote:
- cp ./.gitlab-ci/pote_openfisca_survey_manager_config.ini ~/.config/openfisca-survey-manager/config.ini
- python tests/pote/create_fake_data.py -y 2022 -p /tests/pote/fake_data/raw/
- build-pote -y 2022 -c ~/.config/openfisca-survey-manager/
- pytest tests/pote/test_pote_survey_scenario
- pytest tests/pote/test_pote_survey_scenario.py
stage: pote

check-version-and-changelog:
Expand Down

0 comments on commit 7e60bb3

Please sign in to comment.