Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RENAUD Maxence DGAC/CRNA-N committed Oct 21, 2019
1 parent 58c155a commit 304a84c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
image: docker:latest
image: python:3.7-slim

before_script:
- apk add --no-cache python3.6 python3.6-dev python3-pip libffi-dev openssl-dev gcc libc-dev make
#- apk add --no-cache python3.6 python3.6-dev python3-pip libffi-dev openssl-dev gcc libc-dev make
- python3 --version
- sh install.sh
- bash install.sh

stages:
- test
Expand Down

0 comments on commit 304a84c

Please sign in to comment.