Fixing typo

This commit is contained in:
Michael Tryby
2018-02-16 17:02:16 -05:00
parent 65aafc06b7
commit 18cec6e7fb

View File

@@ -22,7 +22,7 @@ before_script:
script:
- cmake --build .
# run unit tests
- cd /tests
- cd tests
- ctest
# run regression tests
- cd $EPANET_HOME