From a0e75b86aead5e31c4c9f9739272a73ab9fbdb4a Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Tue, 21 May 2019 15:25:31 +0200
Subject: [PATCH] Addresses #35 - Fix typos in previous commit

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a94e41..a7f0721 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,8 +37,8 @@ build_and_deploy_docs:
         - tests
     before_script:
         - pip install awscli
-	- apt update
-	- apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils
+        - apt update
+        - apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils
     script:
         - pip install -r requirements_dev.txt
         - python setup.py install
-- 
GitLab