diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cfbc7d64ddbfda4a8f4782d0ea8cdec9ae5f122..7f14fed59fca3584de012087827ab7c95ffcaecc 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: