diff --git a/.drone.yml b/.drone.yml index f5b0933f2..43e515af4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,10 +17,10 @@ steps: - cd .. - mkdir build - cd build - - ../cmake/bin/cmake .. -DJSON_FastTests=ON + - ../cm/cmake/bin/cmake .. -DJSON_FastTests=ON - make -j10 - cd test - - ../../cmake/bin/ctest -j10 + - ../../cm/cmake/bin/ctest -j10 --- kind: pipeline