From 40084e588c8bbd7339fbc244ca5e60e2e402a554 Mon Sep 17 00:00:00 2001 From: Daven Savoie Date: Tue, 24 Aug 2021 16:17:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8310357..9152119 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,8 @@ build_python_deps: #CI_DEBUG_TRACE: "true" CIC_PACKAGE_REGISTRY_PROJECT_ID: 27624814 script: - ls + - ls + - bash run_tests.sh only: - master - daven/*