diff --git a/ci_cd/problem2.yml b/ci_cd/problem2.yml index 62d4ca91578a45568a769ec78f32ec7c784400e8..6602b0b539e03ec0c2bfdfeba2eeaa54871ff851 100644 --- a/ci_cd/problem2.yml +++ b/ci_cd/problem2.yml @@ -3,7 +3,7 @@ prebuild_problem_2: script: - | # Check if source files exist - if [ ! -f "impl/MyBloom.h" ]; then + if [ ! -f "include/MyBloom.h" ]; then echo "MyBloom.h does not exist under include directory"; exit 1; fi