X-Git-Url: http://nitlanguage.org diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdad845..0c4e0a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,12 @@ image: nitlang/nit-ci services: - mongo + - neo4j:2.3 - postgres +variables: + NEO4J_AUTH: none + cache: paths: - .ccache