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