From fb6a6078a8812358f229a276f0f157d21a8f1b46 Mon Sep 17 00:00:00 2001
From: rlyu <rlyu@svi.edu.au>
Date: Wed, 24 Feb 2021 11:12:14 +1100
Subject: [PATCH] update gitlab ci

---
 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7383685..f78a45a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,3 @@
-default:
-  image: svirlyu/sscocaller_nsb
 
 stages:
   - buildStatic
@@ -38,14 +36,12 @@ testDebian:
 ## (Red Hat 4.8.5-39)
 testFunction:
   stage: testStatic
-  tags:
-    - basic
   script:
     - sh tests/test.sh
 
 testFedora:
   tags:
-  - docker
+    - docker
   image: fedora
   stage: testStatic
   script:
-- 
GitLab