aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3959b401..0385d1c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ test-3.6-alpine:
<<: *test-template
image: python:3.6-alpine
before_script:
- - apk add python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev
+ - apk add git libpq postgresql-dev gcc cmake autoconf automake musl-dev
- python3 -m pip install .[test]
- python manage.py migrate
@@ -64,7 +64,7 @@ test-3.7-stretch:
- postgres:11
before_script:
- apt-get update -y
- - apt-get install -y libpython3-dev git libpq-dev gcc cmake autoconf automake libc-dev
+ - apt-get install -y git libpq-dev gcc cmake autoconf automake libc-dev
- python3 -m pip install .[test]
- python manage.py migrate
@@ -75,7 +75,7 @@ test-3.6-stretch:
- postgres:11
before_script:
- apt-get update -y
- - apt-get install -y libpython3-dev git libpq-dev gcc cmake autoconf automake libc-dev
+ - apt-get install -y git libpq-dev gcc cmake autoconf automake libc-dev
- python3 -m pip install .[test]
- python manage.py migrate