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

Revert latest change: No CI container proxy usage for now.

parent a2574b8d
No related branches found
No related tags found
No related merge requests found
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:12.16.3
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
image: node:12.16.3
variables:
MONGODB_VERSION: '4.2.6'
......@@ -23,7 +20,7 @@ test_client:
test_server:
# Info: http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
services:
- name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongo:$MONGODB_VERSION
- name: mongo:$MONGODB_VERSION
alias: mongodb
script:
- cd app/server
......
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