explicitly compile before running tests in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 12:06:11 +01:00
parent bf85e329a0
commit d6968d8242

View File

@@ -6,4 +6,5 @@ before_script:
unit_test:
script:
- rake clean
- rake build
- rake test:run