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