From 7e60bb30e12eed8a2ad50e3f3b4f5a86aa5d3db1 Mon Sep 17 00:00:00 2001 From: cgl Date: Wed, 7 Aug 2024 15:58:40 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abfd37ed..0ac99fb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ cache: stages: - docker - test - - pote - build_collection - build_input_data - diagnostics @@ -25,6 +24,7 @@ stages: - run_on_all_years - build_input_data_all - aggregates_all + - pote - anaconda before_script: @@ -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: