Skip to content
Snippets Groups Projects
Commit 25da73b0 authored by Falk's avatar Falk :ping_pong:
Browse files

Update .gitlab-ci.yml

parent cdcb10ba
No related branches found
No related tags found
No related merge requests found
image: node:12.16.3 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:12.16.3
# Info: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service # Info: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
services: services:
- mongodb:4.2.6 -name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongodb:4.2.6
alias: mongodb
variables: variables:
MONGODB_URL: 'mongodb://localhost:27017/test' MONGODB_URL: 'mongodb://localhost:27017/test'
......
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