From 250a688216a6119d6062697d762ce416d26c060d Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Thu, 10 Oct 2019 15:23:29 +0200
Subject: [PATCH] Use new docker image for testing

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

diff --git a/packages/auth/.gitlab-ci.yml b/packages/auth/.gitlab-ci.yml
index 9cadb871..41502e66 100644
--- a/packages/auth/.gitlab-ci.yml
+++ b/packages/auth/.gitlab-ci.yml
@@ -1,8 +1,6 @@
-image: debian:buster
+image: registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v1
 
 before_script:
-  - apt update
-  - apt install -y git
   - "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules"
   - git submodule sync
   - git submodule update --init
@@ -13,8 +11,6 @@ stages:
 test:
   stage: test
   script:
-    - apt update
-    - apt install -y npm chromium
     - npm install
     - npm run build
     - npm test
-- 
GitLab