Update .gitlab-ci.yml

Attempting to resolve fork CI issue
This commit is contained in:
Marshall Gaucher 2019-10-10 12:48:44 -07:00 committed by GitHub
parent b2c4090758
commit 0e749ea7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -38,8 +38,8 @@ build:build-linux:
stage: build
script:
- make
only:
- pushes
except:
- merge_requests
artifacts:
paths:
- ./server
@ -72,8 +72,8 @@ test:test-unittest:
- build:build-linux
script:
- make test
only:
- pushes
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
@ -93,8 +93,8 @@ test:test-coverage:
- make coverage
- make coverage_report
- make coverage_html
only:
- pushes
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
artifacts: