Skip to content
Snippets Groups Projects
Commit a29aa2ba authored by Hunter McConnell (rtm534)'s avatar Hunter McConnell (rtm534)
Browse files

Update .gitlab-ci.yml file

parent 93ea37cc
No related branches found
No related tags found
1 merge request!21pydtn agkmeans and version 1.0
Pipeline #10820 failed
......@@ -8,7 +8,7 @@ pylint:
script:
- pip install pylint
- pip install pylint-exit
- pylint pydtnsim examples || pylint-exit $?
- pylint pydtnsim examples || pylint-exit $LASTEXITCODE
pycodestyle:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment