summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-29 18:05:23 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-29 18:05:23 -0300
commit6d1c981ad5db1764d01c3a46ad1dced0bcfbdb1b (patch)
treede7c75029a91d7c6f1914343acd31ed5d7d652d3 /.gitlab-ci.yml
parentee9acffc32be6060995114fd7ce851c67db7571f (diff)
downloadserverdata-6d1c981ad5db1764d01c3a46ad1dced0bcfbdb1b.tar.gz
serverdata-6d1c981ad5db1764d01c3a46ad1dced0bcfbdb1b.tar.bz2
serverdata-6d1c981ad5db1764d01c3a46ad1dced0bcfbdb1b.tar.xz
serverdata-6d1c981ad5db1764d01c3a46ad1dced0bcfbdb1b.zip
[skip ci] fix CI file to revert test commands
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc64eec1e..b1b219fb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
stages:
-- test
- build
+- test
- fail
- ok
@@ -150,7 +150,7 @@ mysql_run_5.7:
services:
- mariadb:latest
-.mariadb_run_valgrind_latest:
+mariadb_run_valgrind_latest:
stage: test
script:
- export CC=gcc-6
@@ -168,13 +168,13 @@ mysql_run_5.7:
services:
- mariadb:latest
-.licensecheck:
+licensecheck:
stage: test
script:
- ./.tools/jobs/licensecheck.sh
image: debian:stable
-.newlines:
+newlines:
stage: test
script:
- ./.tools/jobs/install.sh "dos2unix git-core"
@@ -185,7 +185,7 @@ mysql_run_5.7:
when: always
expire_in: 3 week
-.spaces:
+spaces:
stage: test
script:
- ./.tools/jobs/install.sh "sed git-core"