diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33e4789c4..5f14da10a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,15 +89,15 @@ backend dependencies: - &stack-cache key: default-stack paths: - - ${HOME}/.stack/ - - .stack-work/ + - .stack + - .stack-work script: - "nix shell .#gnumake .#stack .#coreutils --command make backend-dependencies" before_script: *nix-before artifacts: paths: - - ${HOME}/.stack/ - - .stack-work/ + - .stack + - .stack-work name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}" expire_in: "1 day" retry: 2