diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index cf378fdc0..b0dc05f24 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -30,7 +30,7 @@ daily-test-debug: variables: - $RELEASE == "daily" before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm # Run the test.py script with files compiled in release mode daily-test-release: @@ -43,7 +43,7 @@ daily-test-release: variables: - $RELEASE == "daily" before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm # Run the test.py script with files compiled in optimized mode daily-test-optimized: @@ -56,4 +56,4 @@ daily-test-optimized: variables: - $RELEASE == "daily" before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 00f3a89a4..90af2c5bf 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -53,7 +53,7 @@ per-commit-compile-debug: COMPILER: g++ MODE: debug before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm per-commit-compile-release: extends: .base-build @@ -62,7 +62,7 @@ per-commit-compile-release: COMPILER: g++ MODE: release before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm per-commit-compile-optimized: extends: .base-build @@ -71,7 +71,7 @@ per-commit-compile-optimized: COMPILER: g++ MODE: optimized before_script: - - pacman -Sy base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm + - pacman -S base-devel python ccache gsl libgcrypt gtk3 boost --noconfirm # Weekly jobs for other distribution and compilers include: