From 95e4939febe290e5be69feab8ed876385171eefc Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sun, 17 Nov 2024 01:21:20 +0000
Subject: [PATCH] Install junitify on nightly

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a21a67c..4ec5a60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ cache: &global_cache
   policy: pull-push
 
 variables:
+  RUSTUP_INIT_SKIP_PATH_CHECK: yes
   CARGO_HOME: ${CI_PROJECT_DIR}/.cargo
 
 before_script:
@@ -30,7 +31,7 @@ lint:
 test:
   stage: test
   script:
-    - cargo install junitify
+    - cargo +nightly install junitify
     - cargo +nightly test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
   artifacts:
     when: always
-- 
GitLab