Skip to content
Snippets Groups Projects
Verified Commit 0c5d6620 authored by David Thompson's avatar David Thompson
Browse files

ci: Use large instances for jobs that run the test suite.

parent 241debfa
No related branches found
No related tags found
Loading
Pipeline #1573562802 passed
......@@ -19,14 +19,14 @@ build:
test:
stage: test
tags:
- saas-linux-medium-amd64
- saas-linux-large-amd64
script:
- make check -j$(nproc)
distcheck:
stage: test
tags:
- saas-linux-medium-amd64
- saas-linux-large-amd64
script:
- make distcheck -j$(nproc)
......
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