fix .gitlab-ci.yml: artifact path and test script

This commit is contained in:
Yeongdo Park 2019-08-05 02:46:47 +00:00
parent 0416e1af89
commit 51d3c3ecd8

View file

@ -8,7 +8,7 @@ build:
- make
artifacts:
paths:
- x-edge-cold-bc-uPrime-hybrid
- code/x-edge-cold-bc-uPrime-hybrid
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
@ -18,4 +18,5 @@ build:
test:
stage: test
script:
- cd code
- make test