From 76a70872a683830169aa4c0a7b716f38f797837d Mon Sep 17 00:00:00 2001 From: Pablo Escobar <pablo.escobarlopez@unibas.ch> Date: Fri, 3 Mar 2017 12:51:24 +0100 Subject: [PATCH] Update .gitlab-ci.yml. testing --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75ee9b82e..8b9bd517e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,8 @@ stages: - test cache: - key: "$CI_BUILD_NAME" + key: "$CI_BUILD_REF_NAME" + untracked: true paths: - build-ci/ @@ -80,6 +81,7 @@ test:centos6.6: - pwd - ls . - ls .. + - ls -la /cache - cd build-ci/ - make check - echo "... done testing on CentOS 6." -- GitLab