Used include in CI yml file

This commit is contained in:
Matthias Jung
2018-11-08 22:38:37 +01:00
parent e345cc391c
commit 2f76b8f2d1
2 changed files with 7 additions and 5 deletions

View File

@@ -19,8 +19,5 @@ build:
- qmake ../DRAMSys/DRAMSys.pro
- make -j4
example_ddr3:
stage: simple-runs
script:
- cd build/simulator
- ./DRAMSys
include:
- '/DRAMSys/tests/example_ddr3/ci.yml'

View File

@@ -0,0 +1,5 @@
example_ddr3:
stage: simple-runs
script:
- cd build/simulator
- ./DRAMSys