Update .gitlab-ci.yml
This commit is contained in:
parent
d7d9fd41bc
commit
52c1fbf8e0
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ build:
|
|||
paths:
|
||||
- build/tests/
|
||||
tags:
|
||||
- docker-build-qa
|
||||
- builder-fc
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
|
@ -31,7 +31,7 @@ test:
|
|||
script:
|
||||
- ./build/tests/all_test
|
||||
tags:
|
||||
- docker-build-qa
|
||||
- builder-fc
|
||||
when:
|
||||
- manual
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue