diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58859c7..a9bcf5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: seo.disparate/gcc-runner:latest -cache: - paths: - - buildDebug/ stages: - build @@ -10,6 +7,9 @@ stages: buildJob: stage: build + artifacts: + paths: + - buildDebug/ tags: - docker script: