Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/internal/artifacts/artifacts_test.go')
-rw-r--r--workhorse/internal/artifacts/artifacts_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/internal/artifacts/artifacts_test.go b/workhorse/internal/artifacts/artifacts_test.go
index b9a42cc60c1..928ecd46120 100644
--- a/workhorse/internal/artifacts/artifacts_test.go
+++ b/workhorse/internal/artifacts/artifacts_test.go
@@ -6,7 +6,7 @@ import (
"gitlab.com/gitlab-org/labkit/log"
- "gitlab.com/gitlab-org/gitlab-workhorse/internal/testhelper"
+ "gitlab.com/gitlab-org/gitlab/workhorse/internal/testhelper"
)
func TestMain(m *testing.M) {