Update .gitlab-ci.yml

This commit is contained in:
jpk 2017-08-28 12:01:44 +02:00
parent 70f47fd2b5
commit 66c86d381e
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ image: gcc
build:
stage: build
tags: gcc
tags:
- gcc
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script: