Skip to content
Snippets Groups Projects
Commit 3ace5f81 authored by Alvise de'Faveri's avatar Alvise de'Faveri
Browse files

Update .gitlab-ci.yml

parent 5a3b5bcb
No related branches found
No related tags found
No related merge requests found
Pipeline #511 failed
...@@ -22,7 +22,7 @@ build1: ...@@ -22,7 +22,7 @@ build1:
- master - master
script: script:
- echo "Do your build here" - echo "Do your build here"
- python sbs - python skyward-boardcore/sbs
test1: test1:
stage: test stage: test
...@@ -33,9 +33,8 @@ test1: ...@@ -33,9 +33,8 @@ test1:
test2: test2:
stage: test stage: test
script: script:
- echo "Do another parallel test here" - echo "Running Linter"
- echo "For example run a lint test" - skyward-boardcore/scripts/linter.sh
- ./scripts/linter.sh
deploy1: deploy1:
stage: deploy stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment