From 3cbe0c14aa973fecd8bba9ec1fda037e43ab71ff Mon Sep 17 00:00:00 2001
From: Maeva Pourpoint <maeva@passcal.nmt.edu>
Date: Mon, 11 May 2020 09:25:43 -0600
Subject: [PATCH] Update meta.yaml; Clean up History.rst

---
 .gitlab-ci.yml | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5245adb..5e0f9b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,8 @@ before_script:
 
 flake8:
   image: python:3.6
-  tags: passoft
+  tags:
+  - passoft
   stage: static analysis
   script:
   - flake8 --ignore=E722,E712 data2passcal
@@ -31,30 +32,35 @@ flake8:
 
 python2.7:
   image: python:2.7
-  tags: passoft
+  tags:
+  - passoft
   stage: test
   script: tox -e py27
 
 python3.5:
   image: python:3.5
-  tags: passoft
+  tags:
+  - passoft
   stage: test
   script: tox -e py35
 
 python3.6:
   image: python:3.6
-  tags: passoft
+  tags:
+  - passoft
   stage: test
   script: tox -e py36
 
 python3.7:
   image: python:3.7
-  tags: passoft
+  tags:
+  - passoft
   stage: test
   script: tox -e py37
 
 python3.8:
   image: python:3.8
-  tags: passoft
+  tags:
+  - passoft
   stage: test
   script: tox -e py38
-- 
GitLab