Skip to content
Snippets Groups Projects
Commit e2684002 authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Update .gitlab-ci.yml file

parent c408bd66
No related branches found
No related tags found
No related merge requests found
Pipeline #117178 passed
......@@ -29,6 +29,8 @@ test-frontend:
test-backend:
image: python:3.8
stage: test-backend
tags:
- docker
script:
- cd backend/secfit
- apt-get update -qy
......@@ -39,6 +41,8 @@ deploy:
type: deploy
image: ruby
stage: deploy
tags:
- docker
script:
- apt-get update -qy
- apt-get install -y ruby-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment