From 8361cd519fc8c199ebc4b4cbdfdeb581b5b1d343 Mon Sep 17 00:00:00 2001 From: Frisk <702385-piotrex43@users.noreply.gitlab.com> Date: Sun, 2 Aug 2020 11:58:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml to allow merge requests to be in pipeline --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d499ee2..e2c206b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,5 @@ test: - mv settings.json.example settings.json - python3.6 start.py --test only: - - testing \ No newline at end of file + - testing + - merge_requests \ No newline at end of file