From e77e23ca9682bb90bf40fc8768eb7cd7bf711c7c Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Thu, 9 May 2019 02:45:43 +0200
Subject: [PATCH] Add a stage param to tests

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f83b0b1..1de000e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ before_script:
     - echo "Setting Up...."
 
 tests:
+    stage: tests
     script:
         - apt update
         - apt install -y libgl1-mesa-glx xvfb
-- 
GitLab