From 0595569aa98eff6a5ad052ad874e08b2f10b5575 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 23:06:20 +0000 Subject: [PATCH] Add explicit rules to test jobs to ensure they always run --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e31535f..d92a96c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,6 +158,8 @@ python_tests: needs: [] # Run in parallel with build image: deps.global.bsf.tools/docker/python:3.12-slim timeout: 15m + rules: + - when: always variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.pip-cache" cache: @@ -192,6 +194,8 @@ frontend_tests: needs: [] # Run in parallel with build image: deps.global.bsf.tools/docker/node:20-alpine timeout: 15m + rules: + - when: always cache: key: npm-$CI_COMMIT_REF_SLUG paths: