From c88fddf8352e0887004b7682584b9d31a3dfbd35 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 28 Jul 2022 23:20:06 +0100 Subject: [PATCH] Use full debian for CI The containers are bigger, but it has all the required dependencies. It's also what's run in production anyway. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e57f15..a966e1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ static: expire_in: 30 mins pip: - image: python:3.10-slim + image: python:3.10 stage: build variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache @@ -51,7 +51,7 @@ container: - docker build -t website . .python_test_template: &python_test_template - image: python:3.10-slim + image: python:3.10 stage: test dependencies: - pip