From bef11070205058752ef4ddd5c04d37f14f0a9b96 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 27 Oct 2022 14:46:35 +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 358f718..24ef532 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,3 +54,4 @@ test: - cd $CI_PROJECT_DIR/tests/integration - ls ../ - python3 -m unittest test_deposition.py + - python3 -m unittest test_env_suit.py -- GitLab