From 93702e11fc1a9d52b5eaebe8bc5ce15d8bbaaf23 Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 21 May 2020 01:59:25 -0700 Subject: [PATCH] need gcc for regex --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5cf752..acc9427 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: pages: stage: docs - image: python:alpine + image: python:3.8-buster before_script: - pip install -r requirements.txt