Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vegard Murvold Sporstøl
TDT4242-group15
Commits
e2684002
Commit
e2684002
authored
Mar 15, 2021
by
Vegard Murvold Sporstøl
Browse files
Update .gitlab-ci.yml file
parent
c408bd66
Pipeline
#117178
passed with stages
in 5 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e2684002
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment