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

@ -11,3 +11,4 @@ test:
- python3.6 start.py --test - python3.6 start.py --test
only: only:
- testing - testing
- merge_requests