From 1af5190d8549de8296617660614c216c031cbbb6 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Tue, 13 Jan 2026 23:07:50 +0000 Subject: [PATCH] Fix invalid rules syntax in test jobs --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d92a96c..e31535f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,8 +158,6 @@ 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: @@ -194,8 +192,6 @@ 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: