diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db521c16d8bda63ee8608498ded2b1e6665ea5d0..1a5f56daaec42688a71923509bb81e464e0b95e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
-  DISABLE_ACCEPTANCE: "1"
-  DISABLE_FUNCTIONAL: "1"
+  DISABLE_FUNCTIONAL: 1
+  DISABLE_ACCEPTANCE: 1
+  IS_LIBRARY: 1
 
 include: 'https://gitlab.com/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
-