diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6eaba46c26facfefd24d2a7d6dd8350f3e377bf0..333208dff52f230c9a441795354114d822f0eea7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "Compile complete." artifacts: paths: - "followermaker" + - followermaker untracked: false when: on_success access: all