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