summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc3308f..2fade39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,7 @@ Oe-selftest qemux86_64:
67 stage: test 67 stage: test
68 variables: 68 variables:
69 TEST_BUILD_DIR: 'build-oe-qemux86_64' 69 TEST_BUILD_DIR: 'build-oe-qemux86_64'
70 OE_SELFTESTS: 'updater_native updater:qemux86_64' 70 OE_SELFTESTS: 'updater_native updater_qemux86_64'
71 except: 71 except:
72 - pushes 72 - pushes
73 73
@@ -105,7 +105,7 @@ Ptest qemux86_64:
105 stage: test 105 stage: test
106 variables: 106 variables:
107 TEST_BUILD_DIR: 'build-oe-qemux86_64-ptest' 107 TEST_BUILD_DIR: 'build-oe-qemux86_64-ptest'
108 OE_SELFTESTS: 'updater:qemux86_64_ptest' 108 OE_SELFTESTS: 'updater_qemux86_64_ptest'
109 except: 109 except:
110 - pushes 110 - pushes
111 only: 111 only: