Added unzip for gitlab CI
Changed test to use /login
This commit is contained in:
parent
b441eb6e25
commit
d6cb505e1c
@ -29,8 +29,8 @@ before_script:
|
|||||||
#- echo 'deb http://deb.debian.org/debian jessie non-free' >> /etc/apt/sources.list.d/non-free.list
|
#- echo 'deb http://deb.debian.org/debian jessie non-free' >> /etc/apt/sources.list.d/non-free.list
|
||||||
#- apt-get update -yqq
|
#- apt-get update -yqq
|
||||||
|
|
||||||
# Add gnupg
|
# Add gnupg & zip
|
||||||
- apt-get update -yqq && apt-get install gnupg2 -yqq
|
- apt-get update -yqq && apt-get install gnupg2 unzip -yqq
|
||||||
|
|
||||||
# Upgrade to Node 9
|
# Upgrade to Node 9
|
||||||
- curl -sL https://deb.nodesource.com/setup_9.x | bash -
|
- curl -sL https://deb.nodesource.com/setup_9.x | bash -
|
||||||
|
@ -14,7 +14,7 @@ class ExampleTest extends TestCase
|
|||||||
*/
|
*/
|
||||||
public function testBasicTest()
|
public function testBasicTest()
|
||||||
{
|
{
|
||||||
$response = $this->get('/');
|
$response = $this->get('/login');
|
||||||
|
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user