mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
3b686c475d
commit
47d83244bb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue