commit 5c9c4af9491ae0c28330cecb55c058b1772aeeb9
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Sun Sep 27 20:28:19 2015 +0200

    typo...

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46a1aff..ba87b91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ before_script:
     # http://doc.gitlab.com/ci/variables/README.html
     #- echo "#define BUILD ""$CI_BUILD_ID" > build_number.h
     - qmake -project
-    - qmake CuteEntityManager.pro -r -spec macx-clang CONFIG+=x86_64
+    - qmake EntityManager.pro -r -spec macx-clang CONFIG+=x86_64
     - make
     - make check
 
