From fe5b6177fc8d5b567cdd5f41de9569e23df8632b Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Sun, 16 May 2021 10:31:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcbb1e5..addcdce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,7 @@ test_job: stage: test tags: - - intro-shell + - intro-docker script: - - python3 -m venv venv - - source ./venv/bin/activate - - python3 -m pip install -r requirements.txt - - python3 -m unittest tests/coords_test.py + - pip install -r requirements.txt + - python -m unittest tests/coords_test.py -- GitLab