diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index c71c8a368..c6c7b4dec 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -9,11 +9,14 @@ stage: test image: archlinux before_script: + # add the core-debug repo to pacman.conf + - printf "\n%s\n%s\n" "[core-debug]" "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf - pacman-key --init - pacman -Syu --noconfirm base-devel cmake ninja ccache valgrind python boost gsl gtk3 + glibc-debug script: - mkdir -p $CCACHE_BASEDIR_VALUE - export CCACHE_BASEDIR=${PWD}