From ac7410168268f7e85adacb1c47f0a4c055881f15 Mon Sep 17 00:00:00 2001 From: MJB <mjb@it-innovation.soton.ac.uk> Date: Mon, 26 Mar 2018 21:49:29 +0100 Subject: [PATCH] pip3 and commit ref name test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be5637d..cf5a9b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ build:tests: stage: build script: - python setup.py sdist --dist-dir=build - - echo $CONTAINER_NAME - + - echo build/clmctest-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA.tar.gz + test: stage: test script: -- GitLab