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: except:
- tags - tags
check_job: #check_job:
script: # script:
- "make check BOARD=stm32f4-discovery" # - "make check BOARD=stm32f4-discovery"
stage: check # stage: check
except: # except:
- tags # - tags
deploy_job: deploy_job:
stage: deploy stage: deploy