require himem runner to do building and tests

This commit is contained in:
Henry Jameson 2024-09-19 18:25:37 +03:00
parent 1794d52731
commit e089ca6d9a

View file

@ -45,6 +45,7 @@ test:
stage: test stage: test
tags: tags:
- amd64 - amd64
- himem
variables: variables:
APT_CACHE_DIR: apt-cache APT_CACHE_DIR: apt-cache
script: script:
@ -58,6 +59,7 @@ build:
stage: build stage: build
tags: tags:
- amd64 - amd64
- himem
script: script:
- yarn - yarn
- npm run build - npm run build