summaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f0d74f87..67c4b462b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,12 @@
---
stages:
-- pretest
-- test
+ - pretest
+ - test
pretest:
stage: pretest
image: registry.gitlab.com/dabroz/mruby:gcc47_0.1
tags:
- - linux
+ - linux
variables:
CC: gcc-4.7
CXX: g++-4.7