Commit b05bb7af authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '353-enable-mr-pipeline' into 'latest'

Resolve "Enable MR pipeline"

Closes #353

See merge request r2devops/hub!198
parents b497f82d a513bf3f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@ include:
  - remote: 'https://jobs.r2devops.io/0.3.0/pages.yml?scope=0.yml'
  - remote: 'https://jobs.r2devops.io/lighthouse.yml?scope=0.yml'

workflow:
  rules:
    - if: $CI_MERGE_REQUEST_IID
    - if: $CI_COMMIT_TAG
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

ci_linter:
  stage: static_tests