From b1acae6c3e4622920db6a39c55e3b2dc50c38169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Str=C3=B8mme?= <markstr@stud.ntnu.no> Date: Fri, 14 Oct 2022 18:07:32 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fde91e..62fef0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,4 @@ fuzzer tester: - cd build - CC=clang cmake .. - make - - pwd - - ls - - ./test/utility_fuzzer_test -max_total_time=60 \ No newline at end of file + - ./tests/utility_fuzzer_test -max_total_time=60 \ No newline at end of file -- GitLab