Commit 7e60c3ca authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: test(gitlab): fix .gitlab-ci.xml to build the pipeline after each commit


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 3 additions and 3 deletions
+3 -3
...@@ -13,7 +13,7 @@ before_script: ...@@ -13,7 +13,7 @@ before_script:
# Generate perlcritic rapport # Generate perlcritic rapport
create_perlcritic_rapport: create_perlcritic_rapport:
except: only:
- branches - branches
- tags - tags
script: script:
...@@ -23,7 +23,7 @@ create_perlcritic_rapport: ...@@ -23,7 +23,7 @@ create_perlcritic_rapport:
# PHP codesniffer # PHP codesniffer
create_php_code_sniffer_rapport: create_php_code_sniffer_rapport:
except: only:
- branches - branches
- tags - tags
script: script:
...@@ -32,7 +32,7 @@ create_php_code_sniffer_rapport: ...@@ -32,7 +32,7 @@ create_php_code_sniffer_rapport:
# PHP lint # PHP lint
create_php_lint_rapport: create_php_lint_rapport:
except: only:
- branches - branches
- tags - tags
script: script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment