From 51d3c3ecd8f75641f957a3cb12d77086d227107b Mon Sep 17 00:00:00 2001 From: Yeongdo Park Date: Mon, 5 Aug 2019 02:46:47 +0000 Subject: [PATCH] fix .gitlab-ci.yml: artifact path and test script --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15c108d..0632725 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file