Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks

This commit is contained in:
HJ 2024-05-23 08:36:15 +00:00
parent fd1011f622
commit 8b07d0201e
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@ lint:
test:
stage: test
tags:
- amd64
variables:
APT_CACHE_DIR: apt-cache
script:
@ -54,6 +56,8 @@ test:
build:
stage: build
tags:
- amd64
script:
- yarn
- npm run build