Skip to content
Snippets Groups Projects
Commit 2223956e authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

Update .gitlab-ci.yml file

parent e8989e18
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,14 @@ variables:
test:
script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
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