clean build environment before running tests in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 12:03:23 +01:00
parent edcaef532c
commit bf85e329a0

View File

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