From b2da8c2408cb036258528363f8ab41b7587d47da Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 21 Feb 2025 18:30:33 +0000 Subject: [PATCH] ci: use x86 image for tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c9d7b1..98a6044 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ compile_jvm: - .scala-build/ test_jvm: + image: gumjoe/wacc-ci-scala:x86 stage: test # Use our own runner (not cloud VM or shared) to ensure we have multiple cores. tags: [ large ]