diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f978bc..3f51e59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,8 @@ cache: only: changes: - ChaosBot/**/* + refs: + - master tags: - docker - hawkeye @@ -68,6 +70,8 @@ cache: only: changes: - ChaosBot/wwwroot/* + refs: + - master tags: - docker - hawkeye @@ -85,6 +89,8 @@ cache: only: changes: - ChaosBot/wwwroot/* + refs: + - master dependencies: - "Build node" tags: @@ -100,6 +106,8 @@ cache: only: changes: - ChaosBot/**/* + refs: + - master dependencies: - "Test dotnet" - "Build node"