Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -5,19 +5,19 @@ stages: - deploy include: - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: lint test_stage: lint test_cmd: pixi run lint_ci - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: check_types test_stage: lint test_cmd: pixi run check_types - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: test coverage_folder: "src" Loading @@ -30,4 +30,4 @@ include: run_after_script: | coveralls done - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.4.1 No newline at end of file - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.5.2 No newline at end of file Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -5,19 +5,19 @@ stages: - deploy include: - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: lint test_stage: lint test_cmd: pixi run lint_ci - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: check_types test_stage: lint test_cmd: pixi run check_types - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.4.1 - component: $CI_SERVER_FQDN/thht-ci-components/python/test@1.5.2 inputs: job_name: test coverage_folder: "src" Loading @@ -30,4 +30,4 @@ include: run_after_script: | coveralls done - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.4.1 No newline at end of file - component: $CI_SERVER_FQDN/thht-ci-components/python/build_distribute@1.5.2 No newline at end of file