From b119de63f28324b982b84064b317a40a8eb4a508 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Fri, 12 Feb 2021 17:36:24 +0000 Subject: [PATCH] gitlab: run daily-debug on a private server --- utils/tests/gitlab-ci-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index b75cb31cc..c54df2125 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -33,6 +33,9 @@ daily-test-debug: only: variables: - $RELEASE == "daily" + tags: + - nsnam + - linux before_script: - pacman -Syu --noconfirm - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm