Skip to content
Snippets Groups Projects
Commit 14f14723 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix nox docker image

parent 5deccf60
1 merge request!10Introduce Nox for Test Automation
Pipeline #71549 failed with stages
in 1 minute and 24 seconds
...@@ -10,7 +10,7 @@ linter: ...@@ -10,7 +10,7 @@ linter:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: thekevjames/nox:2019.11.9 image: thekevjames/nox:latest
script: script:
- nox --session lint - nox --session lint
tags: tags:
...@@ -22,7 +22,7 @@ typechecker: ...@@ -22,7 +22,7 @@ typechecker:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: thekevjames/nox:2019.11.9 image: thekevjames/nox:latest
script: script:
- nox --session typecheck - nox --session typecheck
tags: tags:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment