diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4110cfa14bd1a0da83249793be8d5dea58b77130..7edde17b374a7c5cb7038a5ff93e01f7ba63e36b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - build: stage: build before_script: @@ -8,7 +7,9 @@ build: - cd build - cmake .. - make - + artifacts: + paths: + - build/ # run tests using the binary built before test: