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: paths:
- build/tests/ - build/tests/
tags: tags:
- docker-build-qa - builder-fc
test: test:
stage: test stage: test
@ -31,7 +31,7 @@ test:
script: script:
- ./build/tests/all_test - ./build/tests/all_test
tags: tags:
- docker-build-qa - builder-fc
when: when:
- manual - manual