From 48abb408fb9fc0a2c60631e55e2f9bd0dcb59ec2 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Fri, 17 Jun 2022 17:51:27 +0200
Subject: [PATCH] fix ci

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21048896e..a79d3209b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,7 @@ sanity_tests:
   rules:
     - if: $CI_PIPELINE_SOURCE == "schedule"
     - when: never
+  stage: tests
   script:
     - cargo sanity-gdev
 
-- 
GitLab