From c4afb0b63fdfaef6a7d67917f5b93e353902d36d Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 30 Aug 2016 15:31:23 -0700 Subject: fix paths for gitlab ci --- tests/platform-ci/provider/Leapfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/platform-ci/provider/Leapfile') diff --git a/tests/platform-ci/provider/Leapfile b/tests/platform-ci/provider/Leapfile index f54c9293..4852aed7 100644 --- a/tests/platform-ci/provider/Leapfile +++ b/tests/platform-ci/provider/Leapfile @@ -1 +1 @@ -@platform_directory_path = "../../.." +@platform_directory_path = File.expand_path("../../../..", __FILE__) -- cgit v1.2.3