From c7e26eace40661da1f00edebb3ddd6fec1ce3fae Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 27 Oct 2022 14:26:26 +0100 Subject: [PATCH] testing depo integration --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b115ff3..4f6625b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,5 +41,6 @@ test: script: - echo $PYTHONPATH - python3 -m unittest tests/unit/coordinator/example_test.py - - cd $CI_PROJECT_DIR/tests/integrat + - cd $CI_PROJECT_DIR/tests/integration + - ls ../ - python3 -m unittest test_deposition.py -- GitLab