Skip to content
Snippets Groups Projects

Prerequisites for reusing `.pattern_tests_template` in Hived and HAF-apps CI

Merged Bartek Wrona requested to merge bw_reusing_pattern_tests_template_defs into develop
@@ -36,7 +36,10 @@ variables:
before_script:
- python3 -m venv venv/
- . venv/bin/activate
- (cd "${POETRY_INSTALL_ROOT_DIR}" && poetry install)
- echo "Entering ${POETRY_INSTALL_ROOT_DIR}"
- cd "${POETRY_INSTALL_ROOT_DIR}"
- poetry install
artifacts:
reports:
junit: $JUNIT_REPORT
Loading