From f7dd0173ffc2f6d8ee049a4ce396e71b4df7d220 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Fri, 19 Oct 2018 14:01:42 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6636589..c3c5a069 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,4 +24,4 @@ example_ddr3: - cd build/simulator - ./DRAMSys - cd ../traceAnalyzer - - python ../../DRAMSys/traceAnalyzer/scripts/tests.py ../simulator/PETRINET_REFERENCE_ddr3-example_ddr3_ch0.tdb | grep "All tests passed" + - python ../../DRAMSys/traceAnalyzer/scripts/tests.py ../simulator/ddr3-example_ddr3_ch0.tdb | grep "All tests passed"