From 050a2c5ce0bdeec42bed96ff7fa5396e063ddbe1 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 18:25:40 +0200 Subject: [PATCH] CI: build: updated working directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30ed952..fca5a2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ job-native-build: - source .venv/bin/activate - pip3 install -r requirements.txt - .ci_scripts/native-build/translate_profiles.sh - - ./build.sh -C firewall + - ./build.sh - .ci_scripts/native-build/run_tests.sh - .ci_scripts/native-build/run_tests.sh valgrind - .ci_scripts/native-build/run_cppcheck.sh -- GitLab