summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76d22b3c..bdb5505f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,13 @@
stages:
- - syntax
+ - code-check
- tests
- benchmark
-syntax:
- stage: syntax
+code-check:
+ stage: code-check
script:
- cd testing
- - tox -e pep8
+ - tox -e code-check
tests:
stage: tests