From a7216e79902299beee5b35621c8821dd70a7955a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Wed, 20 Sep 2023 17:28:00 +0200
Subject: [PATCH] CI/CD => Fix execution of test build

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18b0d1d..c2bc4d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,7 +153,7 @@ test:build:
         # Build
         - !reference [.build_cli, script]
     rules:
-        - if: '$CI_COMMIT_REF_PROTECTED == "true"'
+        - if: '$CI_COMMIT_REF_PROTECTED != "true"'
 
 
 build:version:
-- 
GitLab