diff --git a/.forgejo/workflows/jtex.yml b/.forgejo/workflows/jtex.yml
index f4fe93e..a45e0ac 100644
--- a/.forgejo/workflows/jtex.yml
+++ b/.forgejo/workflows/jtex.yml
@@ -4,6 +4,9 @@ on:
     branches: [main]
   pull_request:
     branches: [main]
+env:
+  PATH: "$HOME/.local/bin:$PATH"
+  npm_config_prefix: "$HOME/.local"
 jobs:
   test:
     name: test template.yml
diff --git a/README.md b/README.md
index e82f08d..50f7aaf 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 Cours4.0 Template
 
-[![Forgejo Actions](https://git.edgarpierre.fr/edpibu/courstex/badges?workflow=test.yaml)](https://git.edgarpierre.fr/edpibu/courstex/actions?workflow=test.yaml)
\ No newline at end of file
+[![Forgejo Actions](https://git.edgarpierre.fr/edpibu/courstex/badges/workflows/jtex.yml/badge.svg)](https://git.edgarpierre.fr/edpibu/courstex/actions?workflow=jtex.yml)
\ No newline at end of file