summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-03-11 10:41:16 +0000
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-03-11 10:41:16 +0000
commit1a390a7be570eef7f02d71f54dd2141692251eb0 (patch)
treeaab3decd4ab9f4b9f1f9f7f5872241274100a8f3
parent1f8c4198070eae6aaed00f2570e61f2017e087d5 (diff)
Fix typo in .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28cd5eaec3..801016b5f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
stages:
- build-uboot
-build_kernel:
+build_u-boot:
stage: build-uboot
image: $CI_IMAGE
variables: