Skip to content
Snippets Groups Projects
Commit 711bc4f9 authored by hexaki's avatar hexaki
Browse files

Issue #3004866 : Update .gitlab-ci.yml

parent 9e48c38c
No related branches found
No related tags found
1 merge request!15Resolve #3004866 "Fix failing tests"
...@@ -54,12 +54,14 @@ include: ...@@ -54,12 +54,14 @@ include:
phpunit: phpunit:
extends: .phpunit-base extends: .phpunit-base
services: services:
- !reference [.with-database]
- !reference [.with-chrome]
- name: elasticsearch/elasticsearch:7.14.2 - name: elasticsearch/elasticsearch:7.14.2
alias: elasticsearch alias: elasticsearch
command: command:
- /bin/bash - /bin/bash
- -c - -c
- docker-entrypoint.sh elasticsearch -Ediscovery.type=single-node -e 'ELASTICSEARCH_JAVA_OPTS=-Xms1g -Xmx1g' - docker-entrypoint.sh elasticsearch -e 'discovery.type=single-node' -e 'ELASTICSEARCH_JAVA_OPTS=-Xms1g -Xmx1g'
################################################################################### ###################################################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment