Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
id2
Software
services
FAIR
sqa_test
Commits
71341c65
Commit
71341c65
authored
Aug 27, 2020
by
Maximilian Dolling
Browse files
removed pipenv from pipeline
parent
7ffa62e3
Pipeline
#11917
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
71341c65
...
...
@@ -10,7 +10,7 @@ before_script:
test:pylint:
stage
:
test
script
:
-
pipenv run
pylint --rcfile test/linting/pylintrc src/*.py
-
pylint --rcfile test/linting/pylintrc src/*.py
only
:
changes
:
-
"
**/*.py"
...
...
@@ -20,7 +20,7 @@ test:pylint:
test:unittest:
stage
:
test
script
:
-
pipenv run
python -m unittest discover test/unittest
-
python -m unittest discover test/unittest
only
:
changes
:
-
"
**/*.py"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment