diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd03a39..ca743b4 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: - - MVMCore/** + - */universal/** expire_in: 1 week only: - branches