Skip to content

Commit 42b16e3

Browse files
authored
Fix comment formatting in .gitlab-ci.yml
1 parent 2dfe15a commit 42b16e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flake8:
3636
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3737

3838
# 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.
39+
# 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.
4040
.pytest:
4141
stage: test
4242
tags:

0 commit comments

Comments
 (0)