From cdafac7523c22dd0d3d268df48e1964fde98c4fa Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Fri, 19 Oct 2018 13:59:43 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1ac9543..b6636589 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,10 @@ build: - qmake ../DRAMSys/DRAMSys.pro - make -j4 -check-for-crash: +example_ddr3: stage: simple-runs script: - cd build/simulator - ./DRAMSys + - cd ../traceAnalyzer + - python ../../DRAMSys/traceAnalyzer/scripts/tests.py ../simulator/PETRINET_REFERENCE_ddr3-example_ddr3_ch0.tdb | grep "All tests passed"