Skip to content
Snippets Groups Projects
Commit 86bbcfea authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update .gitlab-ci.yml

parent 50535eb9
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ test: ...@@ -10,8 +10,8 @@ test:
artifacts: artifacts:
paths: paths:
- test - test
except: rules:
- master - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
pages: pages:
stage: deploy stage: deploy
...@@ -20,5 +20,5 @@ pages: ...@@ -20,5 +20,5 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only: rules:
- master - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment