Update .gitlab-ci.yml

This commit is contained in:
Sivakumar Yavvari 2022-02-22 20:31:23 +00:00
parent c552f30a67
commit d7d9fd41bc

View file

@ -22,7 +22,7 @@ build:
paths:
- build/tests/
tags:
- builder
- docker-build-qa
test:
stage: test
@ -31,7 +31,7 @@ test:
script:
- ./build/tests/all_test
tags:
- builder
- docker-build-qa
when:
- manual