Changes for .gitlab-ci.yml: 3 added lines, 6 removed lines.
Original line number
Diff line number
Diff line
@@ -12,8 +12,6 @@ cache:
# This can be an array or a multi-line string.
before_script:
-python -V# Print out python version for debugging
-pip install pipenv
-pipenv install
# The YAML file defines a set of jobs with constraints stating when they should be run.
# You can specify an unlimited number of jobs which are defined as top-level elements with an arbitrary name and always have to contain at least the script clause.