remove unnecessary step in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 12:52:32 +01:00
parent a744965c67
commit 5da77ea39a

View File

@@ -7,5 +7,4 @@ unit_test:
script: script:
- rake clean - rake clean
- rake flexnbd - rake flexnbd
- rake flexnbd_proxy
- rake test:run - rake test:run