error in .gitlab-ci.yml fixed

This commit is contained in:
tkl 2016-08-12 09:41:47 +00:00
parent 224c6fe9be
commit a5b9960b0a

View File

@ -20,12 +20,12 @@ build_job:
except:
- tags
check_job:
script:
- "make check BOARD=stm32f4-discovery"
stage: check
except:
- tags
#check_job:
# script:
# - "make check BOARD=stm32f4-discovery"
# stage: check
# except:
# - tags
deploy_job:
stage: deploy