diff options
author | David Robillard <d@drobilla.net> | 2020-07-18 09:55:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-18 09:55:46 +0200 |
commit | 6b4cee5bc2338793d2a7419e5113a9b3c99df8e1 (patch) | |
tree | 5328548d8a379a3b005c2cfb33e9e033bd8a32bb | |
parent | f300f657c5801bf99c080977fed74941759f9c26 (diff) | |
download | lv2-6b4cee5bc2338793d2a7419e5113a9b3c99df8e1.tar.xz |
Fix CI configuration
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a647c03..d6014f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,13 +149,8 @@ test:win_rel: pages: stage: deploy script: mv build/coverage/ public/ - needs: ["test:x64_dbg"] + dependencies: ["test:x64_dbg"] artifacts: - expire_in: 30 days paths: [public] - rules: - - if: $CI_MERGE_REQUEST_ID - when: never - - when: on_success only: - master |