Skip to content
Snippets Groups Projects
Commit 62806413 authored by Armin Felder's avatar Armin Felder
Browse files

sa

parent f5b15be1
No related branches found
No related tags found
1 merge request!42Citests
Pipeline #
image: docker:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
DOCKER_DRIVER: overlay
stages:
- test
......@@ -24,6 +24,10 @@ job1:
stage: test
services:
- docker:dind
before_script:
- docker version
- chkconfig docker on
- docker info
script:
- docker run --name db -d mongo:3.0 --smallfiles
- docker run --name rc0640 --link db -d rocket.chat:0.64.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment