From 37d2f82b6ddf69d2fc42adc8c640af456c79b436 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 26 May 2018 01:17:59 -0400 Subject: [PATCH] Remove runner tag from the sqlite test section. Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 453c2cdac8..6bcf254446 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,5 +78,3 @@ test-sqlite: <<: *test_base script: - python manage.py test --mayan-apps --settings=mayan.settings.testing.gitlab-ci --nomigrations - tags: - - sqlite