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

Try to use CI container proxy again

parent 9f922934
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
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
variables: variables:
MONGODB_VERSION: '4.2.6' MONGODB_VERSION: '4.2.6'
...@@ -20,7 +23,7 @@ test_client: ...@@ -20,7 +23,7 @@ test_client:
test_server: test_server:
# 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:
- name: mongo:$MONGODB_VERSION - name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/mongo:$MONGODB_VERSION
alias: mongodb alias: mongodb
script: script:
- cd app/server - 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