We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfe15a commit 42b16e3Copy full SHA for 42b16e3
1 file changed
.gitlab-ci.yml
@@ -36,7 +36,7 @@ flake8:
36
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
38
# We currently do not have unit tests implemented but this stage is written in anticipation of their future usage.
39
-# When a stage name is proceeded with a '.' it's treated as "disabled" by GitLab and is not executed, so it's fine for it to be declared.
+# When a stage name is preceded with a '.' it's treated as "disabled" by GitLab and is not executed, so it's fine for it to be declared.
40
.pytest:
41
stage: test
42
tags:
0 commit comments