ci: fix cache key for weekly jobs

This commit is contained in:
Tommaso Pecorella
2022-09-17 22:20:15 +02:00
parent 90d6e08bb4
commit d4907ec1aa

View File

@@ -26,7 +26,7 @@
- ./ns3 build
- ./test.py -n $VALGRIND_FLAG $FULLNESS
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
key: "ccache-$CI_JOB_NAME"
paths:
- $CCACHE_BASEDIR_VALUE/
when: "always"