diff options
author | drebs <drebs@leap.se> | 2016-05-19 11:12:35 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-06-08 12:42:00 -0300 |
commit | d11849105e06b16e03ad938b6e41e934e99a33cc (patch) | |
tree | 78691ff3bf37204706ceaadd095bffe1dc73b0ff | |
parent | f2739e7a100035d1d71eeffa3190b805a5931a50 (diff) |
[feat] add .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..c6d1998c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +run_tests: + script: + - /home/gitlab-runner/soledad/scripts/gitlab/run_tests.sh |