gitlab-ci: add mongo as service
authorJean Privat <jean@pryen.org>
Wed, 20 Feb 2019 02:41:42 +0000 (21:41 -0500)
committerJean Privat <jean@pryen.org>
Wed, 20 Feb 2019 02:41:42 +0000 (21:41 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

.gitlab-ci.yml

index 1a70ece..151fc5d 100644 (file)
@@ -1,5 +1,8 @@
 image: nitlang/nit-ci
 
+services:
+  - mongo
+
 cache:
   paths:
     - .ccache