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:
parent
61de5be927
commit
3f5d4b2ba6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue