Skip to content
Snippets Groups Projects
Commit 89330762 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(cicd): fix test issue

parent ee769e8a
No related branches found
No related tags found
2 merge requests!1251.14,!121fix
......@@ -79,7 +79,10 @@ deploy_dev:
test:
stage: test
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/node:14.15.4
variables: {}
variables:
DOCKER_TLS_CERTDIR: ''
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
services:
- name: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/elasticsearch:7.16.2
alias: elasticsearch
......
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