diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b51cb916ea818c067bf21a86db9f04d6800fa406..904d81afecd89cdf1cc4de5f233a0012fb84022e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build: - cmake .. - make -j -test-example: +test: stage: testing tags: - das6 @@ -26,20 +26,4 @@ test-example: - mkdir build && cd build - cmake .. -DBUILD_TESTING=On - make -j - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc - - test/SimpleExample/SimpleExample - -test-correlator: - stage: testing - tags: - - das6 - dependencies: - - build - script: - - source scripts/load-modules.sh - - mkdir build && cd build - - cmake .. -DBUILD_TESTING=On - - make -j - - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc - - test/CorrelatorTest/CorrelatorTest -n 20 - + - make test