diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index ae6585608..501071af1 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -77,6 +77,7 @@ weekly-test-debug: - $RELEASE == "weekly" tags: - nsnam + - linux before_script: - pacman -Syu --noconfirm - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm @@ -94,6 +95,7 @@ weekly-test-release: - $RELEASE == "weekly" tags: - nsnam + - linux before_script: - pacman -Syu --noconfirm - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm @@ -111,6 +113,7 @@ weekly-test-optimized: - $RELEASE == "weekly" tags: - nsnam + - linux before_script: - pacman -Syu --noconfirm - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm @@ -128,6 +131,7 @@ weekly-test-takes-forever-optimized: - $RELEASE == "weekly" tags: - nsnam + - linux before_script: - pacman -Syu --noconfirm - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost valgrind --noconfirm