diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2c636..58859c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: seo.disparate/gcc-runner:latest +cache: + paths: + - buildDebug/ + stages: - build - test