Skip to content
Snippets Groups Projects

Always run checks

Merged Cédric Krier requested to merge topic/default/gitlab-ci-check into branch/default
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -10,9 +10,6 @@
.check:
stage: check
rules:
- if: $CI_MERGE_REQUEST_ID != null
when: always
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/tryton/ci
check-flake8:
@@ -35,8 +32,6 @@
.test:
stage: test
rules:
- when: always
.test-tox:
extends: .test
Loading