Skip to content
Snippets Groups Projects
Verified Commit a18035b8 authored by Mira Manninen's avatar Mira Manninen
Browse files

More CI testing

parent 3fb4b51c
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ build: ...@@ -16,6 +16,8 @@ build:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
when: always when: always
- if: '$CI_COMMIT_TAG != null'
when: always
- if: '$CI_MERGE_REQUEST_ID != null' - if: '$CI_MERGE_REQUEST_ID != null'
when: always when: always
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment