Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 19:08:17 +01:00
parent 3f3c1f1c23
commit bdffb3635f

View File

@ -28,4 +28,4 @@ jobs:
command: 'cat /root/project/build/CMakeFiles/CMakeOutput.log'
- run:
name: ETL Unit Testing
command: './bin/etl'
command: './build/etl_tests'