From b7334328f7909dee1c12b9eab3511c81d5f62f5e Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Thu, 27 Apr 2017 21:40:59 +0200
Subject: [PATCH] allow unit tests

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c146375e2b..e6af150cbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ before_script:
 
 .build: &build
   script:
-    - make build-code-release
+    - make release
     - make install-release
   artifacts:
     paths:
-- 
GitLab