change(gitlab-ci): add 'fast-single-thread' tag to the test stage

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-22 22:21:45 -08:00
parent 3b686c475d
commit 47d83244bb
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -1,5 +1,4 @@
image: archlinux:base-devel image: archlinux:base-devel
cache: cache:
key: system-v1 key: system-v1
paths: paths:
@ -13,6 +12,8 @@ variables:
test: test:
stage: test stage: test
tags:
- fast-single-thread
before_script: before_script:
- export PATH="$HOME/.poetry/bin:${PATH}" - export PATH="$HOME/.poetry/bin:${PATH}"
- ./docker/scripts/install-deps.sh - ./docker/scripts/install-deps.sh