From 84675c9656441cddc6c48e67dc7cf5a21ce0ee0a Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 27 Oct 2022 14:15:14 +0100 Subject: [PATCH] testing depo integration --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8af4e6a..aa0c5b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,3 +41,4 @@ test: script: - echo $PYTHONPATH - python3 -m unittest tests/unit/coordinator/example_test.py + - python3 -m unittest tests/integration/test_deposition.py -- GitLab