Update .gitlab-ci.yml to allow merge requests to be in pipeline

This commit is contained in:
Frisk 2020-08-02 11:58:43 +00:00
parent 65fe19d9aa
commit 8361cd519f

View file

@ -10,4 +10,5 @@ test:
- mv settings.json.example settings.json
- python3.6 start.py --test
only:
- testing
- testing
- merge_requests