Commit 8898335f authored by Tim Powell's avatar Tim Powell

dependencies formatting

parent 829f0dc3
Pipeline #1149 failed
......@@ -13,7 +13,8 @@ create_pi:
install_packages:
stage: build
dependencies: runner-setup
dependencies:
- runner-setup
script:
- apt -y autoremove
- apt -y update
......@@ -28,7 +29,8 @@ install_packages:
ui_installation:
stage: build
dependencies: build
dependencies:
- build
script:
- pwd
- ls -a
......
Markdown is supported
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