Skip to content
Snippets Groups Projects
Commit 8b07d020 authored by HJ's avatar HJ :fire:
Browse files

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

parent fd1011f6
No related branches found
No related tags found
2 merge requests!1928Release 2.7.0,!1914Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks
Pipeline #48717 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment