From a5845b6a55595e89d068dd06031b55cfcbec459d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?=
 <francois.dekeersmaeker@uclouvain.be>
Date: Sat, 19 Oct 2024 20:23:29 +0200
Subject: [PATCH] CI: remove exec while runner does not support it

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fca5a2d..fe69b51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ job-native-build:
     - .ci_scripts/native-build/run_tests.sh valgrind
     - .ci_scripts/native-build/run_cppcheck.sh
     - .ci_scripts/native-build/add_nft_rules.sh
-    - .ci_scripts/native-build/run_exec.sh
+    #- .ci_scripts/native-build/run_exec.sh
 
 
 # Cross-compile the project for the TL-WDR4900 router
-- 
GitLab