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