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