🔧 fix ctest path

This commit is contained in:
Niels Lohmann
2021-05-09 10:39:37 +02:00
parent 27a71ccdd8
commit 9ec8f4efa8

View File

@@ -19,4 +19,4 @@ steps:
- ../cmake-3.20.2/bin/cmake ..
- make -j10
- cd test
- ctest -j10
- ../../cmake-3.20.2/bin/ctest -j10