1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: another attempt to debug CI-only segfaults

This commit is contained in:
Steffen Vogel 2019-03-31 22:36:41 +02:00
parent 61de5be927
commit 3f5d4b2ba6

View file

@ -20,6 +20,7 @@ stages:
# For some reason, GitLab CI prunes the contents of the submodules so we need to restore them.
before_script:
- git submodule foreach git checkout .
- export LD_PRELOAD=/usr/lib64/libSegFault.so
# Stage: prepare
##############################################################################
@ -120,7 +121,6 @@ test:integration:
when: always
paths:
- build/tests/integration/
- etc/core
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
tags:
- docker