CI: Forgot to push .gitlab-ci.yml

This commit is contained in:
Matthias Jung
2018-11-09 20:40:02 +01:00
parent f5ca87b92b
commit 7da3358006

View File

@@ -2,7 +2,7 @@ image: gcc
stages:
- build
- simple-runs
- DDR3
cache:
paths:
@@ -20,4 +20,4 @@ build:
- make -j4
include:
- '/DRAMSys/tests/ddr3-example/ci.yml'
- '/DRAMSys/tests/DDR3/ci.yml'