From 14f1472325e0104e2783b85df489dc9845af8ef0 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 8 Jan 2025 15:34:22 +0100 Subject: [PATCH] fix nox docker image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cfbc7d..7f14fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ linter: except: variables: - $ENABLE_NIGHTLY_BUILDS - image: thekevjames/nox:2019.11.9 + image: thekevjames/nox:latest script: - nox --session lint tags: @@ -22,7 +22,7 @@ typechecker: except: variables: - $ENABLE_NIGHTLY_BUILDS - image: thekevjames/nox:2019.11.9 + image: thekevjames/nox:latest script: - nox --session typecheck tags: -- GitLab