Commit 26f77bc3 authored by bmortier's avatar bmortier
Browse files

Merge branch '5702-fix-gitlab-ci-xml-to-build-the-pipeline-after-each-commit' into '1.3-dev'

Resolve "fix .gitlab-ci.xml to build the pipeline after each commit"

Closes #5702

See merge request !26
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