tRename stages to test - fffs - fast and simple shell plugin manager
 (HTM) git clone git://src.adamsgaard.dk/fffs
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a6db79334e0c6d8ddd3680589dbb15e2a0766fc7
 (DIR) parent 4dd27e406935a2df1c0b039883ba24830ece66ba
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 14 Mar 2019 17:10:20 +0100
       
       Rename stages to test
       
       Diffstat:
         M .gitlab-ci.yml                      |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -1,4 +1,4 @@
       -build-alpine:
       +test-alpine:
          stage: test
          image: alpine:edge
          before_script:
       t@@ -6,7 +6,7 @@ build-alpine:
          script:
            - run_tests.sh
        
       -build-debian:
       +test-debian:
          stage: test
          image: debian
          before_script:
       t@@ -15,7 +15,7 @@ build-debian:
          script:
            - run_tests.sh
        
       -build-arch:
       +test-arch:
          stage: test
          image: archlinux/base
          before_script: