diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fcfd649d18a7e099f6ea910469a2c405cf691bf..a38bed6352712af75a4019afe7211a66d4857cf6 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