From aa8cf6018fa81db6f5d946e6a95434ac2bc27ff9 Mon Sep 17 00:00:00 2001 From: Ievgen Vovk <ie.vovk@mpp.mpg.de> Date: Sat, 13 Apr 2019 21:07:12 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15eebc4..4f91a15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,11 @@ before_script: - cat /etc/apt/sources.list - apt-get update -qq - - DEBIAN_FRONTEND=noninteractive apt-get -t testing install -y python3.6 + - DEBIAN_FRONTEND=noninteractive apt-get -t testing install -yq python3.6 - apt-get -t testing install -y -qq python3-pip + - apt-get -t testing install -y -qq python3-pytest + - export CTAPIPE_VERSION=master - pip3 install https://github.com/cta-observatory/ctapipe/archive/$CTAPIPE_VERSION.tar.gz - pip3 install https://github.com/cta-observatory/ctapipe-extra/archive/$CTAPIPE_VERSION.tar.gz @@ -16,5 +18,5 @@ before_script: run_tests: script: - # - echo "Yes!" - - pytest -vvs \ No newline at end of file + - echo "Yes!" + # - pytest -vvs \ No newline at end of file -- GitLab