Install gcc in CI

This commit is contained in:
Yohann D'ANELLO 2020-09-24 11:50:56 +02:00
parent fa0e4cd2f9
commit b7bc0fe499
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ py38-django31:
stage: test
image: python:3-alpine
before_script:
- apk add postgresql-dev # Add texlive
- apk add gcc postgresql-dev # Add texlive
- pip install tox --no-cache-dir
script: tox -e py38-django31
@ -14,7 +14,7 @@ linters:
stage: quality-assurance
image: python:3-alpine
before_script:
- apk add postgresql-dev # Add texlive
- apk add gcc postgresql-dev # Add texlive
- pip install tox --no-cache-dir
script: tox -e linters