From 55f1b85f1270b175d5bad526eb9a41eae076a8fd Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 20 Jun 2026 17:51:58 +0200 Subject: [PATCH] Fix CI --- .gitea/workflows/traceability-check.yml | 2 ++ .gitea/workflows/traceability.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/traceability-check.yml b/.gitea/workflows/traceability-check.yml index 587b78d..9cc8099 100644 --- a/.gitea/workflows/traceability-check.yml +++ b/.gitea/workflows/traceability-check.yml @@ -16,6 +16,8 @@ jobs: validate-traces: runs-on: linux/amd64 name: Check Requirement Traces + container: + image: gitea.tourolle.paris/dtourolle/jellytau-builder:latest steps: - name: Checkout repository diff --git a/.gitea/workflows/traceability.yml b/.gitea/workflows/traceability.yml index cee9544..c0c7445 100644 --- a/.gitea/workflows/traceability.yml +++ b/.gitea/workflows/traceability.yml @@ -16,6 +16,8 @@ jobs: traceability: name: Validate Requirement Traces runs-on: linux/amd64 + container: + image: gitea.tourolle.paris/dtourolle/jellytau-builder:latest steps: - name: Checkout code