From 834fa57c57f8c3d09847a5961f98aa17d9e32ed9 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 22 Nov 2020 12:04:57 +0100 Subject: [PATCH] CI - update python 3.9 job --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63dbb863..61b46cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,10 +40,9 @@ python-3.7: python-3.8: extends: .python -python-3.9-rc: +python-3.9: extends: .python - image: python:3.9-rc - allow_failure: true + image: python:3.9 firefox: stage: selenium