From 42502afd166a3658821bdeaf0d135eb790303787 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Fri, 19 Oct 2018 14:04:54 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3c5a069..82cfbb67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,4 @@ example_ddr3: stage: simple-runs script: - cd build/simulator - - ./DRAMSys - - cd ../traceAnalyzer - - python ../../DRAMSys/traceAnalyzer/scripts/tests.py ../simulator/ddr3-example_ddr3_ch0.tdb | grep "All tests passed" + - ./DRAMSys \ No newline at end of file