diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9efe18b3c870162a00b4f8639026be9250ebf02..d72a91e17365ff11d115e169bed89b8a48de8ea2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,6 +91,7 @@ include: when: always # This ensures artifacts are created even if job fails tags: - public-runner-docker + - data-cache-storage # Validate that HAF_COMMIT variable matches both the submodule and include ref validate_haf_commit: @@ -136,6 +137,7 @@ mirrornet-haf-binaries-extraction: - '${BINARY_CACHE_PATH}' tags: - public-runner-docker + - data-cache-storage # helper job just to prepare extended version of production image additionally holding .env file specific to test environment .docker-build-testenv-image: @@ -168,6 +170,7 @@ mirrornet-haf-binaries-extraction: when: always # This ensures artifacts are created even if job fails tags: - public-runner-docker + - data-cache-storage docker-build-blog: extends: .docker_build_template @@ -257,6 +260,7 @@ library_extraction: - '${BINARY_CACHE_PATH}' tags: - public-runner-docker + - data-cache-storage extended_block_log_creation: extends: .extended_block_log_creation @@ -281,6 +285,7 @@ extended_block_log_creation: LD_LIBRARY_PATH: '${BINARY_PATH}' tags: - public-runner-docker + - data-cache-storage block-log-extraction: extends: .docker_image_builder_job_template