Skip to content
Snippets Groups Projects
Commit b1f8cf4b authored by Bethea Davida's avatar Bethea Davida
Browse files

Update .gitlab-ci.yml

parent 0ddf7b61
No related merge requests found
Pipeline #4571 failed with stage
in 45 seconds
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python
image: python:2.7
image: python:2.7.14
# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
......@@ -20,7 +20,7 @@ cache:
paths:
- ~/.cache/pip/
- /usr/bin/python2.7
- /usr/local/lib/python2.7/dist-packages
- /usr/local/lib/python2.7/site-packages
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment