Skip to content
Snippets Groups Projects
Commit 8220dc0d authored by George Sedov's avatar George Sedov
Browse files

fix test report

parent cf3b86ec
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ test-services-linux-debug:
# - cd $CI_PROJECT_DIR/build/tests/automatic/common_scripts
# - bash start_services.sh
- cd $CI_PROJECT_DIR/build
- ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" --output-on-failure
- ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" --output-on-failure --output-junit testResult.xml
tags:
- kubernetes-executor
rules:
......@@ -58,4 +58,4 @@ test-services-linux-debug:
artifacts:
when: always
reports:
junit: build/Testing/**/Test.xml
junit: build/testResult.xml
......@@ -6,10 +6,12 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nomad-hashicorp-archive-
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-5.0.asc | gpg --dearmor > /usr/share/keyrings/mongodb-archive-keyring.gpg
RUN echo "deb [signed-by=/usr/share/keyrings/mongodb-archive-keyring.gpg] http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" >> /etc/apt/sources.list
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list
RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
cmake \
cmake/bullseye-backports \
libicu-dev \
libfabric-dev \
librdkafka-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment