jobs/common: set nwl image for CI
with the current Merge Request there are now 2 images for the NWL. One is specially for the CI. Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
0e39db0e35
commit
3e52ea97ed
|
|
@ -21,7 +21,7 @@ env.HASHSERVER = "172.16.70.254:8686"
|
|||
env.YOCTO_REPO_DIR = "nwl"
|
||||
env.YOCTO_RELEASE = 'kirkstone'
|
||||
|
||||
env.CI_IMAGE = "nwl-image"
|
||||
env.CI_IMAGE = "nwl-image-testable"
|
||||
|
||||
|
||||
// Methods declared in external code are accessible
|
||||
|
|
|
|||
Loading…
Reference in New Issue