From 957dbaeb2f375cf02765a52fe2154ba89f00250e Mon Sep 17 00:00:00 2001
From: simon <simon@startx.be>
Date: Sun, 17 Jan 2021 14:14:06 +0000
Subject: [PATCH] Revert "Update .gitlab-ci.yml"

This reverts commit e866f103358f1d8a8df904c17616454111d8b27e
---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9838147..fbab5e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,11 +40,6 @@ include:
 # https://docs.gitlab.com/ee/ci/variables/README.html#priority-of-environment-variables
 ################################################################################
 
-variables_test:
-  extends: .variables_test
-  variables:
-    SIMPLETEST_DB: "mysql://drupal:drupal@mariadb/drupal"
-
 variables:
   # This is mandatory to get default variables.
   extends: .default_variables
-- 
GitLab