From 93c0fa2e927ba614287c2f7f2f6bb661786ab072 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 5 Oct 2016 12:47:24 +0100 Subject: [PATCH] Merged in gitlab-ci.yml and fixed to use Make The CI should now use Make instead of Rake --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ee6917..88c4223 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ before_script: unit_test: script: - - rake clean - - rake flexnbd - - rake flexnbd_proxy - - rake test:run + - make clean + - make build + - make test