From 4cfb07a817c11bff872fd27593eb6dff9ddb47ad Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Mon, 16 Mar 2020 14:49:13 +0100 Subject: [PATCH] TMSS-163: fixed dependencies --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fcfd649d18..a38bed63527 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,16 +91,16 @@ dockerize_TMSS: # UNIT TEST STAGE # -unit_test_RAServices: +unit_test_TMSS: stage: unit_test - image: ci_raservices:latest + image: ci_sas:latest script: - - PACKAGE=RAServices + - PACKAGE=TMSS - echo "Testing $PACKAGE..." - cd build/gnucxx11_opt - SKIP_INTEGRATION_TESTS=true ctest dependencies: - - build_RAServices + - build_TMSS artifacts: name: unit-test-report when: always -- GitLab