require himem runner to do building and tests
This commit is contained in:
parent
1794d52731
commit
e089ca6d9a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue