diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca743b4..8bb4709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_project: - xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty artifacts: paths: - - */universal/** + - MVMCore/build/universal/** expire_in: 1 week only: - branches