commit 40084e588c8bbd7339fbc244ca5e60e2e402a554 parent ffc54df56a557c26cec8d17c110ce444dcfa57ce Author: Daven Savoie <daps218@gmail.com> Date: Tue, 24 Aug 2021 16:17:57 +0000 Update .gitlab-ci.yml Diffstat:
M | .gitlab-ci.yml | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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/*