Update .gitlab-ci.yml

This commit is contained in:
Sivakumar Yavvari 2022-02-22 20:37:49 +00:00
parent d7d9fd41bc
commit 52c1fbf8e0

View file

@ -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