From 35cc50ccce4739f5fcedcfdc7761b2326b7e7d01 Mon Sep 17 00:00:00 2001
From: Ievgen Vovk <ie.vovk@mpp.mpg.de>
Date: Sat, 13 Apr 2019 09:40:11 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd44b61..cb85c65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,8 +5,8 @@ before_script:
     - echo 'APT::Default-Release "stable";' | tee -a /etc/apt/apt.conf.d/00local
     - cat /etc/apt/sources.list
     
-    # - apt-get update -qq
-    # - apt-get -t testing install python3.7
+    - apt-get update -qq
+    - apt-get -t testing install python3.7
 
     # #- apt-get install -y -qq python3-pip
     # - export CTAPIPE_VERSION=master
-- 
GitLab