aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-09-19 18:25:37 +0300
committerHenry Jameson <me@hjkos.com>2024-09-19 18:25:37 +0300
commite089ca6d9a4592eb2ed0998419113b09906b94b8 (patch)
tree5317b8b685681383662b510f3e0cbbdfd464d01c /.gitlab-ci.yml
parent1794d52731607baa3f80ea6a5ab2dbac5bd747ef (diff)
require himem runner to do building and tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25e499c4..f4c5cf43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ test:
stage: test
tags:
- amd64
+ - himem
variables:
APT_CACHE_DIR: apt-cache
script:
@@ -58,6 +59,7 @@ build:
stage: build
tags:
- amd64
+ - himem
script:
- yarn
- npm run build